@charset "UTF-8";
.flex, .subpage .lhsys-l li, .subpage .ryzs-list-item, .subpage .ryzs-list, .subpage .center-wrap .jsfw .link-wrap, .subpage .center-wrap-r .cpxq-three .info-content p:first-child, .subpage .center-wrap-r .cpxq-three .info-content, .subpage .center-wrap-r .cpzx-list ul, .subpage .join-wrap-one .join-list, .subpage .cpfw-item-r-list a, .subpage .cpfw-item-r-list, .subpage .zgs .links, .subpage .history-nav .swiper-container .swiper-slide, .subpage .profile-two, .footer-nav, .footer-wrap, .center .product-wrap .link-wrap, .center .about-wrap-three, .center .about-wrap-two, .center .about-wrap-one, .phone-nav .nav-sublist > li, .phone-nav .nav-top, .header .container .header-right .btn-right .search-box .search-form, .header .container .header-right .btn-right, .header .container .header-right .nav-item .nav-sublist-r ul, .header .container .header-right .nav-item .nav-sublist-l, .header .container .header-right .nav-item .nav-sublist, .header .container .header-right .nav, .header .container .header-right, .header .container .header-left, .header .container {
  display: flex;
}

/* 多出部分用省略号表示 , 用于一行 */
.wes, .subpage .news-item.one .content a.title, .subpage .news-list .news-item p:nth-child(2), .subpage .article-r-list li a, .subpage .lhsys-l li a, .subpage .lhsys-l li .label, .subpage .dj-one-l-t .dj-banner .swiper-slide .text, .subpage .dj-list li a, .subpage .center-wrap .pic-list2-item p, .subpage .center-wrap .pic-list-item p, .subpage .center-wrap-r .cpzx-list-item a p, .subpage .history-content-item .list-item p, .center .news-right .gsgg li .text, .center .news-left .swiper-slide .info .title {
  overflow: hidden;
  word-wrap: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* 多出部分用省略号表示 , 用于多行 */
/* 边框颜色 */
@keyframes ripple_4 {
  0% {
    box-shadow: 0 0 0 0 rgba(30, 145, 232, 0.3), 0 0 0 10px rgba(30, 145, 232, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(30, 145, 232, 0.3), 0 0 0 20px rgba(30, 145, 232, 0);
  }
}
@keyframes ripple_5 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
/*  */
body.one {
  width: 100%;
  height: 100vh !important;
  overflow: hidden !important;
}
body.one .menu {
  display: none;
}
body.fullpage {
  height: 100vh !important;
  overflow: hidden !important;
}
body.fullpage.one .subpage .menu {
  display: none;
}
body.fullpage .subpage .menu {
  display: block;
}

.box {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.box::after {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  height: 180px;
  background-image: linear-gradient(0deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.23922) 36%, rgba(34, 34, 34, 0.63922) 100%);
}

.menu {
  position: fixed;
  top: 2vw;
  right: 1vw;
  z-index: 950;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #316ea1;
  cursor: pointer;
  animation: ripple_4 1s linear infinite;
  transition: all 0.5s;
}
.menu .menu1 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
}
.menu .menu1 span {
  position: absolute;
  width: 18px;
  height: 2px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
  font-size: 0;
}
.menu .menu1 span::before {
  content: "";
  position: absolute;
  width: 2px;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 12px;
  height: 100%;
  border-radius: 50px;
}
.menu .menu1 span:nth-child(1) {
  margin-top: -6px;
}
.menu .menu1 span:nth-child(1)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(1)::after {
  background: #ffffff;
}
.menu .menu1 span:nth-child(2)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(2)::after {
  background: #ffffff;
}
.menu .menu1 span:nth-child(3) {
  margin-top: 6px;
}
.menu .menu1 span:nth-child(3)::before {
  background: #ffffff;
}
.menu .menu1 span:nth-child(3)::after {
  background: #ffffff;
}

.menu.on {
  animation-name: ripple_5;
}
.menu.on .menu1 span {
  margin: 0;
}
.menu.on .menu1 span::before {
  width: 6px;
  border-radius: 50px 0 0 50px;
}
.menu.on .menu1 span::after {
  border-radius: 0 50px 50px 0;
}
.menu.on .menu1 span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.menu.on .menu1 span:nth-child(2) {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(180deg);
}
.menu.on .menu1 span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.container {
  max-width: 1720px;
  margin: auto;
  padding: 0;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 111;
  background-color: rgba(255, 255, 255, 0.878);
  transition: all 0.4s;
}
.header .container {
  justify-content: space-between;
  align-items: center;
  padding: 25px 0;
  z-index: 111;
}
.header .container .header-left {
  margin-right: 8.7%;
  align-items: center;
}
.header .container .header-right {
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.header .container .header-right .nav {
  width: 65%;
  max-width: 1000px;
  flex: auto;
  justify-content: space-around;
}
.header .container .header-right .nav-item {
  text-align: center;
  width: 12.5%;
}
.header .container .header-right .nav-item > a {
  color: #333;
  flex-shrink: 0;
  font-size: 20px;
  position: relative;
}
.header .container .header-right .nav-item > a::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #0075c1;
  transition: all 0.3s;
}
.header .container .header-right .nav-item > a:hover::after {
  width: 100%;
}
.header .container .header-right .nav-item .nav-sublist {
  z-index: 1111;
  background-color: rgba(255, 255, 255, 0.878);
  position: absolute;
  width: 100vw;
  left: 0;
  right: 0;
  top: 5.2vw;
  margin: auto;
  transition: all 0.3s;
  visibility: hidden;
  opacity: 0;
  padding: 3.125vw 5.2vw;
}
.header .container .header-right .nav-item .nav-sublist-l {
  width: 48%;
}
.header .container .header-right .nav-item .nav-sublist-l .pic {
  flex: 1;
  width: 300px;
  height: 200px;
}
.header .container .header-right .nav-item .nav-sublist-l .pic img {
  max-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .container .header-right .nav-item .nav-sublist-l .info {
  flex: 1;
  margin-left: 3.125vw;
  margin-right: 5.2vw;
  text-align: left;
}
.header .container .header-right .nav-item .nav-sublist-l .info p {
  color: #333;
  font-size: 18px;
  line-height: 1.6;
}
.header .container .header-right .nav-item .nav-sublist-l .info p:first-child {
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
}
.header .container .header-right .nav-item .nav-sublist-l .info p:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.header .container .header-right .nav-item .nav-sublist-r {
  width: 52%;
  border-left: 1px solid #bbbbbb;
  text-align: left;
  padding-left: 5.2vw;
}
.header .container .header-right .nav-item .nav-sublist-r p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  color: #0075c1;
  position: relative;
  padding-bottom: 20px;
}
.header .container .header-right .nav-item .nav-sublist-r p::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #0075c1;
}
.header .container .header-right .nav-item .nav-sublist-r ul {
  margin-top: 15px;
  flex-wrap: wrap;
}
.header .container .header-right .nav-item .nav-sublist a {
  flex-shrink: 0;
  min-width: 25%;
  padding: 15px 0 15px 19px;
  font-size: 20px;
  color: #333;
  position: relative;
  transition: all 0.3s;
  white-space: nowrap;
}
.header .container .header-right .nav-item .nav-sublist a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #999999;
  transition: all 0.3s;
}
.header .container .header-right .nav-item .nav-sublist a:hover {
  color: #0075c1;
  font-weight: bold;
}
.header .container .header-right .nav-item .nav-sublist a:hover::before {
  left: 6px;
  background-color: #0075c1;
}
.header .container .header-right .nav-item:hover .nav-sublist {
  visibility: visible;
  opacity: 1;
}
.header .container .header-right .btn-right {
  width: 6%;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.header .container .header-right .btn-right .search-box {
  flex-shrink: 0;
  position: relative;
}
.header .container .header-right .btn-right .search-box .search-form {
  align-items: center;
}
.header .container .header-right .btn-right .search-box .search-input {
  color: #000;
  /* opacity: 0; */
  display: none;
  position: absolute;
  right: 20px;
  top: 0;
  border-radius: 10px;
  width: 200px;
  height: 100%;
  border: none;
  padding: 10px;
  background: none;
  border-bottom: 1px solid #0075c1;
  z-index: 3;
  background-color: #ffffff;
}
.header .container .header-right .btn-right .search-box .search-btn {
  width: 20px;
  height: 30px;
  background: url(../images/search-icon.png) no-repeat center;
  background-size: 100% auto;
  border: none;
}
.header .container .header-right .btn-right .menu-btn {
  width: 24px;
  height: 19px;
  margin-left: 2.5%;
  background: url(../images/menu-icon.png) no-repeat center;
}
.header.top {
  display: none;
}
.header::after {
  position: absolute;
  top: 100%;
  height: 50%;
  left: 0;
  right: 0;
  content: "";
  z-index: 0;
  background-image: linear-gradient(180deg, rgba(34, 34, 34, 0.63922) 0%, rgba(34, 34, 34, 0.23922) 36%, transparent 100%);
}

.phone-nav {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  z-index: 111;
  background-color: rgba(0, 0, 0, 0.5);
}
.phone-nav .nav {
  position: absolute;
  right: 0;
  width: 530px;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  border-top: 4px solid #0075c1;
  padding: 30px 20px;
}
.phone-nav .nav-top {
  justify-content: space-between;
  margin-bottom: 3vw;
  align-items: center;
}
.phone-nav .nav-top .phone-logo {
  max-width: calc(100% - 80px);
  margin: auto;
  height: 50px;
  text-align: center;
}
.phone-nav .nav-top .phone-logo img {
  max-width: 100%;
  max-height: 100%;
}
.phone-nav .nav-top .close-btn {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat center;
  background-size: cover;
}
.phone-nav .nav .search {
  margin-bottom: 4vw;
}
.phone-nav .nav .search-box {
  width: 100%;
  height: 40px;
  position: relative;
}
.phone-nav .nav .search-form {
  width: 100%;
  height: 100%;
}
.phone-nav .nav .search-input {
  width: 100%;
  height: 100%;
  border: 1px solid #cdcccc;
  border-radius: 10px;
}
.phone-nav .nav .search-btn {
  position: absolute;
  right: 10px;
  top: 50%;
  border: none;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);
  background: url(../images/search-icon-fill.png) no-repeat center;
}
.phone-nav .nav-item {
  border-bottom: 1px solid #0075c1;
}
.phone-nav .nav-item a {
  color: #333;
}
.phone-nav .nav-item > a {
  font-size: 20px;
  color: #0075c1;
  font-weight: bold;
  line-height: 50px;
  display: block;
}
.phone-nav .nav-sublist {
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}
.phone-nav .nav-sublist > li {
  font-size: 18px;
  line-height: 40px;
  position: relative;
  flex-wrap: wrap;
}
.phone-nav .nav-sublist > li > a {
  width: calc(100% - 40px);
  display: block;
  border-bottom: 1px dashed #c4c4c4;
}
.phone-nav .nav-sublist > li i {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  transition: all 0.3s;
  transform-origin: center;
}
.phone-nav .nav-sublist > li i::before {
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  left: 13px;
  top: 50%;
  transform: rotate(45deg);
}
.phone-nav .nav-sublist > li i::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #333;
  left: 13px;
  top: 50%;
  transform: translate(5px, 0) rotate(-45deg);
}
.phone-nav .nav-subitem.on .nav-sonlist {
  display: block;
}
.phone-nav .nav-subitem.on i {
  transform: rotate(180deg);
}
.phone-nav .nav-sonlist {
  display: none;
  width: 100%;
  padding: 10px 0 10px 20px;
}
.phone-nav .nav-sonlist > li {
  font-size: 16px;
  line-height: 30px;
  border-bottom: 1px dashed #c4c4c4;
}

.banner {
  position: relative;
}
.banner #index-banner .swiper-slide {
  height: 100vh;
  position: relative;
}
.banner #index-banner .swiper-slide div {
  max-width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}
.banner #index-banner .swiper-slide div img {
  display: block;
  margin: auto;
  max-width: 60%;
  transition: all 1s;
}
.banner #index-banner .swiper-slide div .two {
  margin-top: 3vw;
}
.banner #index-banner .swiper-slide img.da {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner #index-banner .swiper-slide img.tu {
  position: absolute;
  opacity: 0;
  display: block;
  transition: all 2s;
}
.banner #index-banner .swiper-slide img.bg {
  transition-delay: 1.2s !important;
  transform: translate(0, 200px) scale(0, 0);
}
.banner #index-banner .swiper-slide img.one {
  opacity: 0;
  transition-delay: 0.5s !important;
  transform: translate(0, 200px) scale(1, 1);
}
.banner #index-banner .swiper-slide img.two {
  opacity: 0;
  transition-delay: 1.5s !important;
  transform: translate(0, 0) scale(1, 0);
}
.banner #index-banner .swiper-slide.swiper-slide-active img.tu {
  opacity: 1;
  transform: translate(0, 0) scale(1, 1);
}
.banner #index-banner .swiper-slide.swiper-slide-active img.da {
  animation: 8s imgScale 0.5s linear infinite normal;
}
.banner #index-banner .swiper-slide.swiper-slide-active img.one {
  opacity: 1;
  transition-delay: 0.5s !important;
  transform: translate(0, 0) scale(1, 1);
}
.banner #index-banner .swiper-slide.swiper-slide-active img.two {
  opacity: 1;
  transition-delay: 1.5s !important;
  transform: translate(0, 0) scale(1, 1);
}
.banner #index-banner .swiper-pagination {
  padding-left: 100px;
  text-align: left;
  bottom: 30px;
}
.banner #index-banner .swiper-pagination span {
  width: 60px;
  height: 1px;
  margin: 0;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.3);
  opacity: 1;
}
.banner #index-banner .swiper-pagination span.swiper-pagination-bullet-active {
  height: 2px;
  background-color: white;
}
.banner #index-banner .swiper-button-prev,
.banner #index-banner .swiper-button-next {
  width: 21px;
  height: 43px;
}
.banner #index-banner .swiper-button-prev {
  left: 3vw;
  background: url(../images/banner-prev-icon.png) no-repeat center;
}
.banner #index-banner .swiper-button-next {
  right: 3vw;
  background: url(../images/banner-next-icon.png) no-repeat center;
}
.banner .swiper-number {
  position: absolute;
  left: 320px;
  z-index: 11;
  bottom: 3px;
  color: #fff;
  font-family: "RT-R";
}
.banner .swiper-number .current {
  font-size: 48px;
}
.banner .swiper-number .total {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.3);
}

.center .title {
  line-height: 1;
  cursor: pointer;
}
.center .title .en {
  line-height: 1;
  font-size: 48px;
  font-family: "RT-B";
  color: #0075c1;
}
.center .title .zn {
  margin-top: 20px;
  font-size: 30px;
  color: #333;
}
.center .desc {
  margin-top: 60px;
  font-size: 18px;
  line-height: 2;
  color: #999999;
}
.center .about {
  min-height: 100vh;
  background: url(../images/first-bg.png) no-repeat center;
}
.center .about-wrap-one {
  padding-top: 80px;
  justify-content: space-between;
  align-items: center;
}
.center .about-wrap-left {
  flex: 1;
  padding-right: 5%;
}
.center .about-wrap-right {
  flex: 1;
}
.center .about-wrap-right img {
  width: 100%;
}
.center .about-wrap-two {
  justify-content: space-between;
  margin-top: 44px;
}
.center .about-wrap-two li p {
  color: #333;
}
.center .about-wrap-two li p:first-of-type span:first-of-type {
  font-size: 36px;
}
.center .about-wrap-two li p:first-of-type span:last-of-type {
  font-size: 16px;
  padding-left: 4px;
}
.center .about-wrap-two li p:last-of-type {
  margin-top: 5px;
  font-size: 18px;
  color: #777777;
}
.center .about-wrap-three {
  height: 480px;
  overflow: hidden;
  margin-top: 46px;
}
.center .about-wrap-three .link {
  width: 20%;
  overflow: hidden;
  transition: all 0.5s;
}
.center .about-wrap-three .link a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.center .about-wrap-three .link a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center .about-wrap-three .link a p {
  position: absolute;
  bottom: 21px;
  left: 22px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.center .about-wrap-three .link.active {
  width: 25.581%;
  animation: changeWidth1 0.5s linear;
}
.center .about-wrap-three .link.active a p {
  top: 21px;
  right: 21px;
  left: 21px;
  bottom: 21px;
  margin: auto;
  background-color: rgba(0, 117, 193, 0.6);
  animation: fadeOn 0.3s linear;
}
.center .about-wrap-three .link.active a p span {
  display: block;
  margin: auto;
  position: relative;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}
.center .about-wrap-three .link.active a p span::after, .center .about-wrap-three .link.active a p span::before {
  content: "";
  position: absolute;
  width: 60%;
  height: 1px;
  border-bottom: 1px dashed #fff;
  left: 0;
  right: 0;
  margin: auto;
}
.center .about-wrap-three .link.active a p span::before {
  top: -15px;
}
.center .about-wrap-three .link.active a p span::after {
  bottom: -15px;
}
.center .about-wrap-three .link.normal {
  width: 18.60475%;
  animation: changeWidth2 0.5s linear;
}
.center .news {
  min-height: 100vh;
  background: url(/templates/202312/2023122918340911989.jpg) no-repeat center;
  padding: 71px 0 72px;
  background-size: cover;
}
.center .news-wrap {
  position: relative;
  overflow: hidden;
}
.center .news-wrap .title {
  text-align: right;
}
.center .news-left .sub-title, .center .news-right .sub-title {
  width: 100%;
  overflow: hidden;
}
.center .news-left .sub-title span, .center .news-right .sub-title span {
  float: left;
  position: relative;
  padding-bottom: 20px;
  line-height: 1;
  font-size: 24px;
  color: #333;
}
.center .news-left .sub-title span::after, .center .news-right .sub-title span::after {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.center .news-left {
  width: 56%;
  margin-right: 7%;
  margin-top: -30px;
  float: left;
}
.center .news-left .sub-title {
  margin-bottom: 58px;
}
.center .news-left .sub-title span::after {
  background-color: #0075c1;
}
.center .news-left .sub-title .more {
  float: right;
  width: 32px;
  height: 32px;
  background: url(../images/more-icon.png) no-repeat center;
}
.center .news-left .swiper-slide .img-pic {
  width: 100%;
  overflow: hidden;
  height: 520px;
}
.center .news-left .swiper-slide .img-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.center .news-left .swiper-slide .info {
  overflow: hidden;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}
.center .news-left .swiper-slide .info .title {
  font-size: 18px;
  color: #fff;
  margin-top: 42px;
  line-height: 1;
  max-width: 90%;
}
.center .news-left .swiper-slide .info .time {
  font-size: 18px;
  color: #fff;
  line-height: 1;
  margin-top: 12px;
}
.center .news-left .swiper-slide .info .more {
  float: right;
  width: 19px;
  height: 14px;
  background: url(../images/news-more-icon.png) no-repeat center right;
  background-size: auto 100%;
}
.center .news-right {
  width: 32.3%;
  margin-left: 4.7%;
  float: right;
  padding-top: 40px;
}
.center .news-right .sub-title span::after {
  background-color: #aaaaaa;
}
.center .news-right .gsgg {
  padding-top: 30px;
  padding-bottom: 20px;
}
.center .news-right .gsgg li {
  margin-top: 22px;
  overflow: hidden;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
  padding-left: 38px;
  background: url(../images/news-item-icon.png) no-repeat center left;
  transition: all 0.3s;
}
.center .news-right .gsgg li * {
  transition: all 0.3s;
}
.center .news-right .gsgg li .text {
  width: calc(100% - 110px);
  float: left;
  color: #333333;
}
.center .news-right .gsgg li .time {
  float: right;
  color: #999999;
}
.center .news-right .gsgg li:first-child {
  margin-top: 0;
}
.center .news-right .gsgg li:hover {
  box-shadow: 3px 5px 8px -3px rgb(49, 109, 238);
  background-position-x: 5px;
}
.center .news-right .gsgg li:hover .text {
  width: calc(100% - 120px);
  font-weight: bold;
  color: #0075c1;
}
.center .news-right .more {
  margin-top: 35px;
  width: 32px;
  height: 32px;
  float: right;
  background: url(../images/more-icon.png) no-repeat center;
}
.center .product {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  padding-bottom: 121px;
}
.center .product .title .zn {
  margin-top: 23px;
}
.center .product-wrap {
  padding-top: 80px;
  position: relative;
  z-index: 2;
}
.center .product-wrap .desc {
  margin-top: 91px;
  color: #333;
}
.center .product-wrap .link {
  margin-top: 88px;
}
.center .product-wrap .link-wrap {
  justify-content: space-between;
  height: 420px;
  overflow: hidden;
}
.center .product-wrap .link-item {
  width: 20.93%;
  height: 100%;
  margin-left: 1.041%;
  overflow: hidden;
}
.center .product-wrap .link-item a {
  display: block;
  height: 100%;
  position: relative;
}
.center .product-wrap .link-item a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.center .product-wrap .link-item a span {
  position: absolute;
  line-height: 1;
  top: 60px;
  left: 40px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.center .product-wrap .link-item.active {
  width: 33.72%;
  animation: changeWidth3 0.5s linear;
}
.center .product-wrap .link-item:first-child {
  margin-left: 0;
}
.center .product-wrap .link-item.normal {
  animation: changeWidth4 0.5s linear;
}
.center .product .link-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s;
  z-index: 0;
}
.center .product .link-bg img.active {
  opacity: 1;
  animation: fadeOn 0.3s linear;
}
.center .rk {
  overflow: hidden;
  background: url(../images/last-bg.png) no-repeat center;
  background-size: cover;
}
.center .rk-wrap {
  margin-top: 50px;
  margin-bottom: 51px;
  overflow: hidden;
}
.center .rk-wrap .name {
  float: left;
  margin-top: 20px;
}
.center .rk-wrap .name p {
  color: #333;
  font-size: 16px;
}
.center .rk-wrap .name p:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}
.center .rk-wrap .rk-link {
  float: right;
  overflow: hidden;
  width: 50%;
  white-space: nowrap;
}
.center .rk-wrap .rk-link a {
  display: block;
  width: 64px;
  color: #333;
  padding-top: 61px;
  line-height: 1;
  float: right;
  transition: all 0.3s;
}
.center .rk-wrap .rk-link a:first-child {
  background: url(../images/yg-icon.png) no-repeat center top;
  margin-right: 11.6279%;
}
.center .rk-wrap .rk-link a:last-child {
  margin-right: 13.95%;
  background: url(../images/kh-icon.png) no-repeat center top;
}
.center .rk-wrap .rk-link a:hover {
  padding-top: 51px;
}
.center .fullpage {
  height: 100vh;
  overflow: hidden;
}
.center .fullpage .menu {
  display: block;
}

.footer {
  padding-top: 40px;
  background: url(/templates/202312/2023122918394797312.jpg);
}
.footer * {
  color: #bbbbbb;
}
.footer-wrap {
  justify-content: space-between;
}
.footer-nav {
  flex: 1;
  justify-content: space-between;
}
.footer-nav-item {
  width: 14.2857142857%;
}
.footer-nav-item > a {
  display: block;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-nav-sublist a {
  display: block;
  line-height: 36px;
  position: relative;
  transition: all 0.3s;
}
.footer-nav-sublist a:hover {
  color: #1896eb;
  font-weight: bold;
}
.footer-info {
  padding: 0 60px;
  border-left: 1px solid rgba(221, 221, 221, 0.2);
  border-right: 1px solid rgba(221, 221, 221, 0.2);
}
.footer-info a {
  margin-bottom: 10px;
}
.footer-info p {
  line-height: 36px;
}
.footer-icon {
  align-self: center;
  margin-left: 52px;
}
.footer .web-info {
  margin-top: 40px;
  border-top: 1px solid rgba(221, 221, 221, 0.2);
  line-height: 60px;
}
.footer .web-info-wrap {
  overflow: hidden;
}
.footer .web-info-l span,
.footer .web-info-l a {
  margin-left: 24px;
}
.footer .web-info-l span:first-child,
.footer .web-info-l a:first-child {
  margin-left: 0;
}
.footer .web-info-l span:last-child,
.footer .web-info-l a:last-child {
  padding-left: 20px;
  background: url(../images/wb.png) no-repeat center left;
}
.footer .web-info-r {
  cursor: pointer;
}

.subpage {
  /* 关于我们 */
  /* 产品服务 */
  /* 加入我们 */
  /* 导航 */
  /* 党建 */
  /* 新闻内容 */
  /* 新闻列表 */
}
.subpage .menu {
  display: none;
}
.subpage .header::after {
  opacity: 0;
}
.subpage-top {
  width: 100%;
  height: 580px;
}
.subpage-top img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .title .zn {
  font-size: 36px;
  color: #333;
  margin-top: 0;
}

.subpage .title .yffx {
  font-size: 30px;
  color: #333;
  margin-top: 0;
padding-bottom: 40px;
}
.subpage .title .en {
  color: #aaaaaa;
  font-size: 16px;
  margin-top: 21px;
  font-weight: normal;
  font-family: "微软雅黑";
}
.subpage .location {
  padding: 25px 0;
  border-bottom: 1px solid #eeeeee;
  color: #333;
  font-size: 18px;
}
.subpage .location a {
  color: #333;
}
.subpage .location-wrap {
  overflow: hidden;
}
.subpage .location-wrap-l {
  float: left;
  font-size: 18px;
}
.subpage .location-wrap-l a {
  margin-left: 26px;
  margin-right: 30px;
  transition: all 0.5s;
}
.subpage .location-wrap-l a:hover {
  color: #0075c1;
  font-weight: bold;
}
.subpage .location-wrap-r {
  float: right;
}
.subpage .location-wrap-r a {
  margin-left: 7px;
  margin-right: 10px;
  transition: all 0.5s;
}
.subpage .location-wrap-r a:first-child {
  margin-left: 0;
}
.subpage .location-wrap-r a:hover {
  color: #0075c1;
  font-weight: bold;
}
.subpage .profile {
  margin-top: 60px;
}
.subpage .profile-one {
  overflow: hidden;
  margin-top: 40px;
}
.subpage .profile-one .desc {
  width: 39%;
  margin-top: 0;
  height: 500px;
  color: #333;
  font-size: 18px;
  text-indent: 2em;
  overflow-y: auto;
  text-align: justify;
  padding-right:20px;
}
.subpage .profile-one .video {
  width: 56%;
  height: 480px;
  box-shadow: -10px 10px 0 0 #ebf4fa;
}
.subpage .profile-one .video video {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}
.subpage .profile-two {
  justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 60px;
}
.subpage .profile-two li p {
  color: #333;
}
.subpage .profile-two li p:first-of-type span:first-of-type {
  font-size: 36px;
}
.subpage .profile-two li p:first-of-type span:last-of-type {
  font-size: 16px;
  padding-left: 4px;
}
.subpage .profile-two li p:last-of-type {
  margin-top: 5px;
  font-size: 18px;
  color: #777777;
}
.subpage .history {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.subpage .history-wrap {
  margin-top: 40px;
  position: relative;
  z-index: 11;
}
.subpage .history-wrap .title .zn {
  color: #0075c1;
}
.subpage .history-wrap .title .en {
  color: #9bbee0;
}
.subpage .history-content {
  height: 227px;
}
.subpage .history-content-item {
  display: none;
  background: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 117, 193, 0.2);
  padding: 60px 60px 50px;
  position: relative;
  overflow: hidden;
}
.subpage .history-content-item .pic {
  float: left;
  width: 480px;
  height: 320px;
  background-color: rgb(226, 226, 226);
  box-shadow: 0px 0px 16px 0px rgba(0, 117, 193, 0.2);
  overflow: hidden;
  border: 1px solid #bfdcef;
}
.subpage .history-content-item .pic img {
  display:none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .history-content-item .pic img.active{
  display:block;
} 
.subpage .history-content-item .pic.on img {
  animation: fadeOn 0.5s linear;
}
.subpage .history-content-item .time {
  position: absolute;
  line-height: 1;
  left: 24px;
  top: 345px;
  font-size: 72px;
  font-weight: bold;
  color: #0075c1;
  font-family: "RT-B";
}
.subpage .history-content-item .list {
  float: right;
  width: calc(100% - 480px);
  padding: 10px 10px 10px 40px;
  margin-top: -30px;
  height: 382px;
  overflow-y: auto;
}
.subpage .history-content-item .list-item {
  overflow: hidden;
  padding: 19px 0;
  padding-left: 46px;
  font-size: 18px;
  line-height: 22px;
  color: #aaaaaa;
  background: url(../images/history-title-icon.png) no-repeat center left;
  background-position-x: 20px;
  transition: all 0.3s;
}
.subpage .history-content-item .list-item * {
  transition: all 0.3s;
}
.subpage .history-content-item .list-item span {
  float: left;
  font-family: "RT-R";
}
.subpage .history-content-item .list-item p {
  float: left;
  margin-left: 52px;
  max-width: calc(100% - 100px);
}
.subpage .history-content-item .list-item:hover {
  border: 1px solid #bfdcef;
  box-shadow: 0px 0px 16px 0px rgba(0, 117, 193, 0.2);
  background: url(../images/history-title-icon-fill.png) no-repeat 20px center;
  color: #333;
}
.subpage .history-content-item .list-item:hover span {
  font-size: 22px;
}
.subpage .history-content-item .list-item:hover P {
  line-height: 22px;
  max-width: calc(100% - 120px);
}
.subpage .history-content.show {
  margin: 40px auto 40px;
  height: auto;
  animation: fadeOn 1s linear;
}
.subpage .history-content.show .history-content-item.active {
  display: block;
  animation: fadeLeft 1s linear;
}
.subpage .history-nav .swiper-container {
  padding: 20px 0 100px;
  background: url(../images/history-nav-bg.png) no-repeat right 66px;
}
.subpage .history-nav .swiper-container .swiper-slide {
  width: 25%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  transform: translateY(20px);
}
.subpage .history-nav .swiper-container .swiper-slide .pic {
  cursor: pointer;
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 16px 0px rgba(0, 117, 193, 0.2);
  transition: all 0.3s;
}
.subpage .history-nav .swiper-container .swiper-slide .pic img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.subpage .history-nav .swiper-container .swiper-slide .pic img:last-child {
  display: none;
}
.subpage .history-nav .swiper-container .swiper-slide .pic:hover, .subpage .history-nav .swiper-container .swiper-slide .pic.active {
  background-color: #0075c1;
}
.subpage .history-nav .swiper-container .swiper-slide .pic:hover img, .subpage .history-nav .swiper-container .swiper-slide .pic.active img {
  display: none;
}
.subpage .history-nav .swiper-container .swiper-slide .pic:hover img:last-child, .subpage .history-nav .swiper-container .swiper-slide .pic.active img:last-child {
  display: block;
}
.subpage .history-nav .swiper-container .swiper-slide P {
  margin-top: 40px;
  line-height: 1;
  font-size: 24px;
  color: #333;
}
.subpage .history-nav .swiper-container .swiper-slide P:last-child {
  margin-top: 21px;
  color: #777777;
  font-size: 18px;
}
.subpage .history-nav .swiper-container .swiper-slide.swiper-slide-active, .subpage .history-nav .swiper-container .swiper-slide.swiper-slide-next + div {
  transform: translateY(80px);
}
.subpage .history-nav .swiper-container .swiper-slide.swiper-slide-active + div {
  transform: translateY(60px);
}
.subpage .history-bg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 0;
}
.subpage .history-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.subpage .history-bg img.active {
  display: block;
  animation: fadeOn 1s linear;
}
.subpage .qywh {
  padding: 80px 0;
  background: url(../images/qywh-bg.png) no-repeat center top;
}
.subpage .qywh-wrap {
  overflow: hidden;
}
.subpage .qywh-wrap .title .icon {
  display: block;
  width: 100%;
  height: 64px;
  margin-bottom: 40px;
  background: url(../images/qywh-icon.png) no-repeat center left;
}
.subpage .qywh-wrap-l {
  width: 47%;
  float: left;
}
.subpage .qywh-wrap-l .pic {
  margin-top: 60px;
}
.subpage .qywh-wrap-l .pic img {
  max-width: 90%;
  display: block;
  margin: auto;
}
.subpage .qywh-wrap-l .pic + p {
  text-align: center;
  line-height: 1.5;
  margin-top: 56px;
  font-size: 36px;
  color: #333;
}
.subpage .qywh-wrap-r {
  width: 47%;
  float: right;
  overflow-y: auto;
}
.subpage .qywh-wrap-r .img-list {
  height: 500px;
  overflow-y: auto;
}
.subpage .qywh-wrap-r .img-list .pic {
  padding-right: 5px;
  float: left;
  margin-bottom: 10px;
  overflow: hidden;
}
.subpage .qywh-wrap-r .img-list .pic img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .qywh-wrap-r .img-list .pic:nth-child(2n) {
  float: right;
}
.subpage .zgs .title .zn {
  color: #0075c1;
}
.subpage .zgs .title .en {
  color: #9bbee0;
}
.subpage .zgs .links {
  margin-top: 40px;
  justify-content: space-between;
  margin-bottom: 60px;
  gap: 5vw;
}
.subpage .zgs .links-item {
  transition: all 0.3s;
  position: relative;
}
.subpage .zgs .links-item span {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}
.subpage .zgs .links-item img {
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.subpage .zgs .links-item:hover {
  transform: translateY(-10px);
}
.subpage .zgs .links-item:hover img {
  box-shadow: 0px 0px 16px 0px rgba(44, 164, 243, 0.6);
}
.subpage .cpfw {
  margin-top: 60px;
  margin-bottom: 80px;
}
.subpage .cpfw-wrap {
  margin-top: 60px;
  overflow: hidden;
}
.subpage .cpfw-item {
  width: 50%;
  min-height: 430px;
  overflow: hidden;
}
.subpage .cpfw-item:nth-child(odd) {
  float: left;
}
.subpage .cpfw-item:nth-child(even) {
  float: right;
}
.subpage .cpfw-item-l {
  width: 50%;
  min-height: 430px;
  height: 100%;
  overflow: hidden;
  float: left;
  font-size: 0;
}
.subpage .cpfw-item-l img {
  width: 100%;
  min-height: 430px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .cpfw-item-r {
  width: 50%;
  min-height: 430px;
  height: 100%;
  float: right;
  background-color: #f7f7f7;
  padding: 6.9% 3.5%;
}
.subpage .cpfw-item-r-title {
  font-size: 24px;
  color: #0075c1;
  position: relative;
  line-height: 1;
  padding-bottom: 24px;
}
.subpage .cpfw-item-r-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 4px;
  background-color: #0075c1;
}
.subpage .cpfw-item-r-list {
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subpage .cpfw-item-r-list a {
  width: 50%;
  margin-top: 38px;
  align-items: flex-start;
  transition: all 0.5s;
}
.subpage .cpfw-item-r-list a span {
  transition: all 0.5s;
  display: inline-block;
  height: 100%;
  color: #bbbbbb;
}
.subpage .cpfw-item-r-list a span:last-child {
  color: #333333;
  margin-left: 10px;
}
.subpage .cpfw-item-r-list a:hover span:last-child {
  font-weight: bold;
  color: #0075c1;
}
.subpage .cpfw-item:nth-child(3) .cpfw-item-l, .subpage .cpfw-item:nth-child(4) .cpfw-item-l {
  float: right;
}
.subpage .cpfw-item:nth-child(3) .cpfw-item-r, .subpage .cpfw-item:nth-child(4) .cpfw-item-r {
  float: left;
}
.subpage .join {
  margin-top: 60px;
  margin-bottom: 80px;
}
.subpage .join-wrap-one .join-list {
  margin-top: 60px;
  justify-content: space-between;
}
.subpage .join-wrap-one .join-list-item {
  text-align: center;
  width: 47.67%;
  padding: 3.125vw;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.3s;
}
.subpage .join-wrap-one .join-list-item p {
  font-size: 18px;
  line-height: 2;
}
.subpage .join-wrap-one .join-list-item p:first-child {
  line-height: 1;
  font-size: 30px;
  margin-bottom: 30px;
}
.subpage .join-wrap-one .join-list-item a {
  font-size: 18px;
  display: block;
  color: #fff;
  background-color: rgb(0, 116, 194);
  width: 160px;
  height: 48px;
  line-height: 48px;
  margin: auto;
  margin-top: 46px;
}
.subpage .join-wrap-one .join-list-item:first-child {
  background: url(../images/join-bg1.png) no-repeat 95% 91%;
}
.subpage .join-wrap-one .join-list-item:last-child {
  background: url(../images/join-bg2.png) no-repeat 95% 91%;
}
.subpage .join-wrap-one .join-list-item:hover {
  box-shadow: 0px 0px 16px 0px rgba(0, 116, 194, 0.5);
}
.subpage .join-wrap-two {
  margin-top: 80px;
  color: #333;
}
.subpage .join-wrap-two .title-bg {
  font-size: 30px;
  padding-top: 55px;
  background: url(../images/join-title-bg.png) no-repeat left top;
}
.subpage .join-wrap-two .desc {
  font-size: 18px;
  line-height: 2;
  color: #000;
  margin-top: 24px;
}
.subpage .join-wrap-two .join-banner {
  margin-top: 40px;
  position: relative;
}
.subpage .join-wrap-two .join-banner .swiper-button-prev,
.subpage .join-wrap-two .join-banner .swiper-button-next {
  width: 12px;
  height: 20px;
}
.subpage .join-wrap-two .join-banner .swiper-button-prev {
  background: url(../images/join-l.png) no-repeat center;
}
.subpage .join-wrap-two .join-banner .swiper-button-next {
  background: url(../images/join-r.png) no-repeat center;
}
.subpage .join-wrap-two .join-banner #joinSwiper {
  width: calc(100% - 60px);
  margin: auto;
}
.subpage .join-wrap-two .join-banner #joinSwiper .swiper-slide .pic {
  width: 100%;
  overflow: hidden;
  height: 245px;
}
.subpage .join-wrap-two .join-banner #joinSwiper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.subpage .join-wrap-two .join-banner #joinSwiper .swiper-slide .pic:hover img {
  transform: scale(1.2);
}
.subpage .center .container {
  box-sizing: content-box;
  padding: 0 10px;
}
.subpage .center-wrap {
  margin-top: 40px;
  margin-bottom: 80px;
  overflow: hidden;
}
.subpage .center-wrap-l {
  float: left;
  width: 320px;
}
.subpage .center-wrap-l .left-nav-title {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  padding-left: 30px;
  background-color: #0075c1;
}
.subpage .center-wrap-l .left-nav ul {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.subpage .center-wrap-l .left-nav-item {
  height: 74px;
}
.subpage .center-wrap-l .left-nav-item a {
  color: #333;
  display: block;
  font-size: 18px;
  line-height: 2;
  padding: 19px 0 18px 30px;
  transition: all 0.3s;
  border-bottom: 1px solid #eeeeee;
}
.subpage .center-wrap-l .left-nav-item:last-child {
  border-bottom: none;
}
.subpage .center-wrap-l .left-nav-item:hover a, .subpage .center-wrap-l .left-nav-item.active a {
  color: #0075c1;
}
.subpage .center-wrap-l .left-search {
  margin: 40px auto;
  position: relative;
}
.subpage .center-wrap-l .left-search input[type=text] {
  border: none;
  width: 100%;
  background-color: #f7f7f7;
  height: 60px;
  line-height: 60px;
  padding: 0 10px;
  color: #333;
}
.subpage .center-wrap-l .left-search input[type=submit] {
  width: 20px;
  height: 20px;
  position: absolute;
  border: none;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  background: url(../images/search-icon-fill.png) no-repeat center;
}
.subpage .center-wrap-l .left-info {
  padding: 35px 30px;
  border-top: 2px solid #0075c1;
  background-image: linear-gradient(0deg, rgb(186, 235, 240) 0%, rgb(237, 252, 255) 100%);
}
.subpage .center-wrap-l .left-info p {
  font-size: 18px;
  line-height: 2;
  color: #333;
}
.subpage .center-wrap-l .left-info p:first-child {
  font-size: 24px;
  line-height: 1;
  padding-left: 44px;
  background: url(../images/lx-icon.png) no-repeat center left;
  margin-bottom: 20px;
}
.subpage .center-wrap-r {
  float: right;
  width: calc(100% - 360px);
}
.subpage .center-wrap-r .cpzx-list ul {
  flex-wrap: wrap;
}
.subpage .center-wrap-r .cpzx-list-item {
  width: 23.5%;
  margin-left: 2%;
  margin-top: 20px;
}
.subpage .center-wrap-r .cpzx-list-item:nth-child(4n+1) {
  margin-left: 0;
}
.subpage .center-wrap-r .cpzx-list-item .pic {
  height: 200px;
  position: relative;
  border: 1px solid #eeeeee;
}
.subpage .center-wrap-r .cpzx-list-item .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.subpage .center-wrap-r .cpzx-list-item a {
  width: 100%;
  display: block;
  color: #333;
  line-height: 1;
  transition: all 0.3s;
}
.subpage .center-wrap-r .cpzx-list-item a p {
  font-size: 18px;
  margin-top: 24px;
  transition: all 0.3s;
  max-width: 100%;
}
.subpage .center-wrap-r .cpzx-list-item a p:last-child {
  margin-top: 17px;
  font-size: 16px;
  color: #999999;
}
.subpage .center-wrap-r .cpzx-list-item a:hover {
  color: #0075c1;
  font-weight: bold;
}
.subpage .center-wrap-r .cpxq .info-title {
  position: relative;
  margin-bottom: 30px;
  border-top: 1px solid #eeeeee;
}
.subpage .center-wrap-r .cpxq .info-title span {
  position: absolute;
  left: 60px;
  padding: 0 20px;
  top: 0;
  transform: translateY(-50%);
  background-color: #fff;
  font-size: 20px;
  color: #333;
}
.subpage .center-wrap-r .cpxq-one {
  overflow: hidden;
}
.subpage .center-wrap-r .cpxq-one .pic {
  float: left;
  width: 24%;
  height: 200px;
  position: relative;
  border: 1px solid #eeeeee;
}
.subpage .center-wrap-r .cpxq-one .pic img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.subpage .center-wrap-r .cpxq-one .info {
  width: 73%;
  float: right;
  padding-top: 5px;
}
.subpage .center-wrap-r .cpxq-one .info p {
  color: #333;
  font-size: 18px;
}
.subpage .center-wrap-r .cpxq-one .info p:first-child {
  font-size: 24px;
}
.subpage .center-wrap-r .cpxq-one .info p:nth-child(2) {
  font-size: 16px;
  color: #999999;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 15px;
  margin: 15px auto;
}
.subpage .center-wrap-r .cpxq-one .info p:last-child {
  margin-top: 5px;
}
.subpage .center-wrap-r .cpxq-two, .subpage .center-wrap-r .cpxq-three, .subpage .center-wrap-r .cpxq-four, .subpage .center-wrap-r .cpxq-five, .subpage .center-wrap-r .cpxq-last {
  margin-top: 50px;
}
.subpage .center-wrap-r .cpxq-two p, .subpage .center-wrap-r .cpxq-three p, .subpage .center-wrap-r .cpxq-four p, .subpage .center-wrap-r .cpxq-five p, .subpage .center-wrap-r .cpxq-last p {
  font-size: 18px;
  color: #333;
  line-height: 30px;
}
.subpage .center-wrap-r .cpxq-three .info-content {
  overflow: hidden;
  font-size: 18px;
  color: #333;
  justify-content: space-between;
  flex-wrap: wrap;
}
.subpage .center-wrap-r .cpxq-three .info-content p {
  line-height: 48px;
  width: 50%;
}
.subpage .center-wrap-r .cpxq-three .info-content p:last-child {
  width: 100%;
  line-height: 30px;
}
.subpage .center-wrap-r .cpxq-three .info-content p:first-child img {
  max-width: 100%;
}
.subpage .center-wrap-r .zpxq-item {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.subpage .center-wrap-r .zpxq-item-title {
  padding: 30px 1.5625vw;
  line-height: 1;
  overflow: hidden;
  cursor: pointer;
}
.subpage .center-wrap-r .zpxq-item-title span {
  float: left;
  font-size: 18px;
  color: #333;
}
.subpage .center-wrap-r .zpxq-item-title span:last-child {
  color: #999999;
  float: right;
  padding-right: 26px;
  background: url(../images/icon-down.png) no-repeat right center;
}
.subpage .center-wrap-r .zpxq-item-content {
  height: 0;
  overflow: hidden;
}
.subpage .center-wrap-r .zpxq-item * {
  transition: all 1s;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-title {
  padding: 30px 2.6vw;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-title span {
  font-weight: bold;
  color: #0075c1;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-title span:last-child {
  font-weight: normal;
  color: #999999;
  background: url(../images/icon-up.png) no-repeat right center;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-content {
  height: auto;
  display: block;
  margin: 0 1.5625vw;
  padding-top: 30px;
  border-top: 1px dashed #eeeeee;
  padding-bottom: 70px;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-content-info p {
  font-size: 18px;
  color: #999999;
  line-height: 2;
}
.subpage .center-wrap-r .zpxq-item.active .zpxq-item-content-info p:first-child {
  font-weight: bold;
  color: #333;
}
.subpage .center-wrap .cxpt .desc {
  font-size: 18px;
  line-height: 30px;
  color: #333;
  text-indent: 2em;
  margin-top: 49px;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  line-height: 2;
}
.subpage .center-wrap .cxpt .desc p {
  line-height: 2;
  margin-top: 13px;
}
.subpage .center-wrap .cxpt .desc p:first-child {
  margin-top: 0;
}
.subpage .center-wrap .pic-list {
  overflow: hidden;
}
.subpage .center-wrap .pic-list-item {
  float: left;
  width: 31.395%;
  margin-left: 2.9069%;
  margin-bottom: 50px;
}
.subpage .center-wrap .pic-list-item:nth-child(3n+1) {
  margin-left: 0;
}
.subpage .center-wrap .pic-list-item .pic {
  width: 100%;
  height: 18.6vw;
  overflow: hidden;
}
.subpage .center-wrap .pic-list-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.subpage .center-wrap .pic-list-item .pic:hover img {
  transform: scale(1.2);
}
.subpage .center-wrap .pic-list-item p {
  padding: 1.6vw 2.1vw;
  background-color: #f7f7f7;
  font-size: 18px;
  line-height: 1;
  color: #333;
  transition: all 0.5s;
text-align: center;
}
.subpage .center-wrap .pic-list-item:hover p {
  font-weight: bold;
  color: #0075c1;
}
.subpage .center-wrap .jsfw .link {
  margin-top: 48px;
}
.subpage .center-wrap .jsfw .link-wrap {
  justify-content: space-between;
  height: 420px;
  overflow: hidden;
}
.subpage .center-wrap .jsfw .link-item {
  width: 24%;
  height: 100%;
  margin-left: 2%;
  overflow: hidden;
}
.subpage .center-wrap .jsfw .link-item a {
  display: block;
  height: 100%;
  position: relative;
}
.subpage .center-wrap .jsfw .link-item a img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .center-wrap .jsfw .link-item a span {
  position: absolute;
  line-height: 1;
  bottom: 30px;
  left: 30px;
  font-size: 24px;
  color: #fff;
}
.subpage .center-wrap .jsfw .link-item.active {
  width: 33.72%;
  animation: changeWidth3 0.5s linear;
}
.subpage .center-wrap .jsfw .link-item:first-child {
  margin-left: 0;
}
.subpage .center-wrap .jsfw .link-item.normal {
  animation: changeWidth4 0.5s linear;
}
.subpage .center-wrap .pic-list2 {
  overflow: hidden;
}
.subpage .center-wrap .pic-list2-item {
  float: left;
  width: 22.383%;
  margin-left: 3.488%;
  position: relative;
  margin-bottom: 40px;
}
.subpage .center-wrap .pic-list2-item:nth-child(4n+1) {
  margin-left: 0;
}
.subpage .center-wrap .pic-list2-item .pic {
  height: 13vw;
  overflow: hidden;
}
.subpage .center-wrap .pic-list2-item .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .center-wrap .pic-list2-item p {
  padding: 6vw 1.5vw 1.5vw;
  line-height: 1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 18px;
  color: #fff;
  background-image: linear-gradient(0deg, rgba(34, 34, 34, 0.50196) 0%, rgba(34, 34, 34, 0.23922) 64%, rgba(34, 34, 34, 0) 100%);
}
.subpage .center-wrap .pic-list2-item * {
  transition: all 0.3s;
}
.subpage .center-wrap .pic-list2-item:hover img {
  transform: scale(1.2);
}
.subpage .center-wrap .pic-list2-item:hover p {
  font-weight: bold;
}
.subpage .center-wrap .pic-list2.ryzz .pic-list2-item p {
  position: relative;
  background: none;
  color: #333;
  height: auto;
  padding: 0;
  padding-top: 16px;
  line-height: 1;
text-align: center;
}
.subpage .center .pagenation {
  margin-top: 60px;
  text-align: center;
  cursor: pointer;
}
.subpage .center .pagenation a,
.subpage .center .pagenation span {
  margin-top: 5px;
  margin-left: 5px;
  display: inline-block;
  padding: 8px 16px;
  font-size: 16px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  color: #333;
}
.subpage .center .pagenation a.strong,
.subpage .center .pagenation span.strong,
.subpage .center .pagenation a.active, .subpage .center .pagenation a:hover,
.subpage .center .pagenation span.active,
.subpage .center .pagenation span:hover {
  color: #fff;
  background-color: #0075c1;
}
.subpage .center .pagenation a.disabled,
.subpage .center .pagenation span.disabled {
  cursor: not-allowed;
  background-color: #dfdfdf;
  color: #fff;
}
.subpage .center .pagenation span:last-child {
  border: none;
  padding: 0;
  margin-left: 20px;
}
.subpage .center .pagenation span:last-child:hover {
  color: #333;
  background-color: transparent;
}
.subpage .center .pagenation .page-total {
  margin-left: 20px;
}
.subpage#dj .subpage-top {
  position: relative;
}
.subpage#dj .subpage-top img:last-child {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.subpage#dj .title {
  overflow: hidden;
}
.subpage#dj .title-item {
  display: inline-block;
  color: #aaaaaa;
  border-left: 1px solid #dddddd;
  margin-left: 24px;
  padding-left: 24px;
}
.subpage#dj .title-item:first-child {
  border: none !important;
  margin-left: 0;
  padding-left: 0;
}
.subpage#dj .title-item * {
  transition: all 0.3s;
}
.subpage#dj .title-item .zn {
  font-size: 30px;
  color: #aaaaaa;
  font-weight: bold;
}
.subpage#dj .title-item .en {
  margin-top: 10px !important;
  line-height: 1 !important;
  font-size: 12px;
  color: #aaaaaa;
  padding-left: 20px;
  background: url(../images/start-icon-e.png) no-repeat left center;
}
.subpage#dj .title-item.active, .subpage#dj .title-item:hover {
  border-left: 1px solid #e60012;
}
.subpage#dj .title-item.active .zn,
.subpage#dj .title-item.active .en, .subpage#dj .title-item:hover .zn,
.subpage#dj .title-item:hover .en {
  color: #e60012;
}
.subpage#dj .title-item.active .en, .subpage#dj .title-item:hover .en {
  background: url(../images/start-icon.png) no-repeat left center;
}
.subpage#dj .title .more {
  font-size: 18px;
  color: #777777;
  margin-top: 20px;
  display: none;
}
.subpage#dj .title .more.active {
  display: block;
  animation: fadeOn 0.5s linear;
}
.subpage#dj .title ul {
  overflow: hidden;
}
.subpage#dj .title ul:first-child {
  float: left;
  width: calc(100% - 40px);
  height: auto;
  white-space: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
.subpage#dj .title ul:last-child {
  float: right;
}
.subpage .dj-list {
  display: none;
}
.subpage .dj-list li {
  position: relative;
  padding: 15px 0;
  padding-left: 19px;
  overflow: hidden;
  font-size: 18px;
  color: #999999;
  transition: all 0.3s;
}
.subpage .dj-list li::before {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #e81122;
}
.subpage .dj-list li a {
  float: left;
  color: #333;
  max-width: calc(100% - 120px);
}
.subpage .dj-list li span {
  float: right;
}
.subpage .dj-list li * {
  transition: all 0.3s;
}
.subpage .dj-list li:hover a {
  color: #e81122;
  font-weight: bold;
}
.subpage .dj-list.active {
  display: block;
  animation: fadeLeft 0.5s linear;
}
.subpage .dj-one {
  overflow: hidden;
}
.subpage .dj-one-l {
  width: 73%;
  float: left;
}
.subpage .dj-one-l .title {
  margin-bottom: 27px;
}
.subpage .dj-one-l-t {
  overflow: hidden;
}
.subpage .dj-one-l-t .dj-banner {
  float: left;
  width: 48%;
}
.subpage .dj-one-l-t .dj-banner .swiper-slide {
  height: 360px;
  overflow: hidden;
  position: relative;
}
.subpage .dj-one-l-t .dj-banner .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.subpage .dj-one-l-t .dj-banner .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .dj-one-l-t .dj-banner .swiper-slide .text {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 48px;
  padding: 0 108px 0 20px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.subpage .dj-one-l-t .dj-banner .swiper-slide * {
  transition: all 0.3s;
}
.subpage .dj-one-l-t .dj-banner .swiper-slide:hover img {
  transform: scale(1.2);
}
.subpage .dj-one-l-t .dj-banner .swiper-pagination {
  right: 20px;
  left: auto;
  bottom: 0;
  max-width: 130px;
  text-align: right;
  line-height: 48px;
  z-index: 111;
}
.subpage .dj-one-l-t .dj-banner .swiper-pagination span {
  width: 9px;
  height: 9px;
  border: 1px solid #fff;
  opacity: 1;
  margin: 0 4px;
}
.subpage .dj-one-l-t .dj-banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #fff;
}
.subpage .dj-one-l-t .dj-list {
  width: 48%;
  float: right;
  margin-top: -15px;
}
.subpage .dj-one-l-b {
  margin-top: 54px;
}
.subpage .dj-one-r {
  width: 25%;
  float: right;
}
.subpage .dj-one-r .title {
  margin-bottom: 30px;
}
.subpage .dj-one-r .pic {
  margin-bottom: 45px;
  height: 180px;
}
.subpage .dj-one-r .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .dj-two {
  margin-top: 60px;
}
.subpage .dj-two .title {
  margin-bottom: 30px;
}
.subpage .dj-two .swiper-container {
  padding-bottom: 30px;
}
.subpage .dj-two  .swiper-wrapper{
  transition-timing-function: linear;
}
.subpage .dj-two .swiper-slide .pic {
  width: 100%;
  height: 240px;
  overflow: hidden;
}
.subpage .dj-two .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s;
}
.subpage .dj-two .swiper-slide:hover img {
  transform: scale(1.2);
}
.subpage .dj-two .swiper-pagination {
  display:none;
  bottom: 0;
}
.subpage .dj-two .swiper-pagination span {
  width: 12px;
  height: 12px;
  opacity: 0.3;
}
.subpage .dj-two .swiper-pagination span.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #e60012;
}
.subpage .ryzs-list {
  margin-top: 70px;
  flex-wrap: wrap;
}
.subpage .ryzs-list-item {
  width: 22%;
  margin-left: 4%;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
  transition: all 0.5s;
}
.subpage .ryzs-list-item a {
  transition: all 0.5s;
}
.subpage .ryzs-list-item:nth-child(4n+1) {
  margin-left: 0;
}
.subpage .ryzs-list-item p {
  font-size: 18px;
  color: #333;
  line-height: 2;
}
.subpage .ryzs-list-item p:first-child {
  line-height: 1;
  color: #0075c1;
  font-weight: bold;
  margin-bottom: 10px;
}
.subpage .ryzs-list-item .pic {
  margin-top: 29px;
  text-align: center;
}
.subpage .ryzs-list-item .pic img {
  max-width: 100%;
}
.subpage .ryzs-list-item:hover a {
  border-radius: 8px;
  padding: 20px 10px;
  box-shadow: 0px 0px 16px 0px rgba(0, 116, 194, 0.5);
}
.subpage .lhsys {
  overflow: hidden;
}
.subpage .lhsys-l {
  width: 50%;
  float: left;
  margin-top: -20px;
}
.subpage .lhsys-l li {
  font-size: 18px;
  color: #3374c3;
  line-height: 1;
  padding: 10px 0;
  cursor: pointer;
}
.subpage .lhsys-l li .label {
  display: block;
  padding: 10px 0;
  position: relative;
  padding-left: 23px;
  white-space: nowrap;
  overflow: initial;
  word-wrap: normal;
  text-overflow: inherit;
}
.subpage .lhsys-l li .label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  /* bottom: 0; */
  margin: auto;
  width: 3px;
  height: 16px;
  background-color: #3374c3;
}
.subpage .lhsys-l li a {
  padding: 5px 0;
  padding-left: 23px;
  color: #333;
  line-height: 28px;
  /* max-width: 45%; */
  overflow: inherit;
  word-wrap: normal;
  white-space: normal;
}
.subpage .lhsys-l li * {
  transition: all 0.5s;
}
.subpage .lhsys-l li:hover .label {
  font-weight: bold;
}
.subpage .lhsys-l li:hover a {
  font-weight: bold;
  color: #3374c3;
}
.subpage .lhsys-r {
  width: 44%;
  float: right;
  margin-top: 20px;
  height: 380px;
}
.subpage .lhsys-r img {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .lxwm {
  margin-top: 60px;
}
.subpage .lxwm-wrap {
  margin: 60px auto;
  overflow: hidden;
}
.subpage .lxwm-item {
  float: left;
  width: 24%;
  margin-left: 1.33%;
}
.subpage .lxwm-item:nth-child(4n+1) {
  margin-left: 0;
}
.subpage .lxwm-item-t {
  position: relative;
  overflow: hidden;
}
.subpage .lxwm-item-t::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  content: "";
  background: rgba(0, 117, 193, 0.6);
  width: 100%;
  height: 100%;
}
.subpage .lxwm-item-info {
  margin: 5px;
  position: relative;
  z-index: 11;
  color: #fff;
  border: 1px solid #fff;
  padding: 1vw 2.6vw;
  text-align: center;
}
.subpage .lxwm-item-info p {
  line-height: 1;
  border-bottom: 1px solid #fff;
  font-size: 1.5625vw;
  font-weight: bold;
  padding: 40px 0;
}
.subpage .lxwm-item-info a {
  color: #fff;
  display: block;
  line-height: 1;
  font-size: 18px;
  padding: 25px 0;
  border-bottom: 1px solid #fff;
}
.subpage .lxwm-item-info a.more {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: right;
  border: none;
}
.subpage .lxwm-item-info a:hover {
  font-weight: bold;
}
.subpage .lxwm-item-b {
  padding: 1.4625vw;
  background-color: #f7f7f7;
}
.subpage .lxwm-item-b p {
  font-size: 18px;
  line-height: 2;
  color: #999999;
}
.subpage .lxwm-item-b p:first-child {
  color: #333;
}
.subpage .lxwm-item:nth-child(1) .lxwm-item-t {
  background: url(../images/lxwm-item1.png) no-repeat center;
  background-size: cover;
}
.subpage .lxwm-item:nth-child(2) .lxwm-item-t {
  background: url(../images/cpfw-item2.png) no-repeat center;
  background-size: cover;
}
.subpage .lxwm-item:nth-child(3) .lxwm-item-t {
  background: url(../images/lxwm-item3.png) no-repeat center;
  background-size: cover;
}
.subpage .lxwm-item:nth-child(4) .lxwm-item-t {
  background: url(../images/lxwm-item4.png) no-repeat center;
  background-size: cover;
}
.subpage .article {
  margin-top: 24px;
  overflow: hidden;
}
.subpage .article-l {
  float: left;
  width: calc(100% - 400px);
}
.subpage .article-l-title {
  font-size: 30px;
  line-height: 2;
  text-align: center;
}
.subpage .article-l-info {
  color: #999999;
  margin-top: 11px;
  font-size: 18px;
  text-align: center;
}
.subpage .article-l-info span {
  margin-right: 10px;
  line-height: 2;
}
.subpage .article-l-content {
  margin-top: 35px;
  border-top: 1px solid #f0f0f0;
  padding-top: 60px;
}
.subpage .article-l-content p {
  font-size: 18px;
  line-height: 2;
  color: #555555;
}
.subpage .article-l-content img {
  display: block;
  max-width: 90% !important;
  height: auto !important;
  margin: auto;
}
.subpage .article-r {
  float: right;
  width: 360px;
}
.subpage .article-r-title {
  margin-top: 78px;
  font-size: 24px;
  color: #333;
  position: relative;
  line-height: 1;
  padding-left: 18px;
  padding-bottom: 40px;
  background: url(../images/icon-line.png) no-repeat center bottom;
  background-size: 100% 5px;
}
.subpage .article-r-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 24px;
  background-color: #0075c1;
  transform: skew(-10deg);
}
.subpage .article-r-list {
  margin-top: 20px;
}
.subpage .article-r-list li {
  padding: 10px 0;
}
.subpage .article-r-list li a {
  position: relative;
  padding-left: 15px;
  line-height: 1;
  font-size: 18px;
  color: #333;
  max-width: 100%;
}
.subpage .article-r-list li a::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #dddddd;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.subpage .article-r-list li * {
  transition: all 0.3s;
}
.subpage .article-r-list li:hover a {
  color: #0075c1;
  font-weight: bold;
}
.subpage .article-r-list li:hover a::before {
  width: 6px;
  height: 6px;
  background-color: #0075c1;
}
.subpage .news {
  background: none !important;
  padding-top: 20px;
}
.subpage .news-list {
  overflow: hidden;
  margin-top: 10px;
}
.subpage .news-list .news-item {
  min-height: 270px;
  width: 31.395%;
  max-height: 270px;
  margin-left: 2.9069%;
  float: left;
  margin-top: 50px;
  border: 1px solid #eeeeee;
  padding: 50px 30px 60px;
  transition: all 0.3s;
}

.subpage .news-list.pic-list3 .news-item{
  padding:0;
  max-height: 300px;
  min-height: 300px;
  overflow: hidden;
}
.subpage .news-list.pic-list3 .news-item a{
  display:block;
  width: 100%;
  max-height: 100%;
  overflow: hidden;
  height: 300px;
}
.subpage .news-list.pic-list3 .news-item img{width: 100%;height: 100%;object-fit: cover;}
.subpage .news-list.pic-list3 .news-item:hover img{transform:scale(1.2)}
.subpage .news-list .news-item:nth-child(3n+1) {
  margin-left: 0;
}
.subpage .news-list .news-item a {
  display: block;
  width: 100%;
}
.subpage .news-list .news-item p {
  max-width: 100%;
  font-size: 18px;
  color: #555555;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.subpage .news-list .news-item p.time {
  color: #999999;
}
.subpage .news-list .news-item p:nth-child(2) {
  display: block;
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
}
.subpage .news-list .news-item * {
  transition: all 0.3s;
}
.subpage .news-list .news-item:hover {
  background: #0075c1;
}
.subpage .news-list .news-item:hover p {
  color: #fff;
}
.subpage .news-item.one {
  overflow: hidden;
  width: 100%;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.08);
}
.subpage .news-item.one .pic {
  float: left;
  width: 34.883%;
  height: 400px;
  overflow: hidden;
}
.subpage .news-item.one .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.subpage .news-item.one .content {
  float: left;
  width: 65.117%;
  height: 100%;
  padding: 60px 3.125vw;
}
.subpage .news-item.one .content a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  line-height: 2;
  color: #555555;
  max-width: 100%;
}
.subpage .news-item.one .content a.title {
  display: block;
  font-size: 24px;
  color: #333;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.subpage .news-item.one .content a.title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 48px;
  height: 4px;
  background-color: #0075c1;
  transition: all 0.3s;
}
.subpage .news-item.one .content .btn {
  margin-top: 60px;
  font-size: 16px;
  width: 160px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #0075c1;
}
.subpage .news-item.one * {
  transition: all 0.3s;
}
.subpage .news-item.one:hover .content a.title {
  font-weight: bold;
  color: #0075c1;
}
.subpage .news-item.one:hover .content a.title::after {
  width: 100%;
}
.subpage .xxgk .news {
  margin-top: 0;
}
.subpage .xxgk .news-list .news-item {
  margin-top: 0;
  margin-bottom: 50px;
}
.subpage .xxgk .pagenation {
  margin-top: 0px;
}

@keyframes imgScale {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes changeWidth1 {
  0% {
    width: 20%;
  }
  100% {
    width: 25.581%;
  }
}
@keyframes changeWidth2 {
  0% {
    width: 20%;
  }
  100% {
    width: 18.60475%;
  }
}
@keyframes fadeOn {
  0% {
    visibility: hidden;
    opacity: 0;
  }
  100% {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes changeWidth3 {
  0% {
    width: 20%;
  }
  100% {
    width: 33.72%;
  }
}
@keyframes changeWidth4 {
  0% {
    width: 24%;
  }
  100% {
    width: 20.93%;
  }
}
@keyframes fadeLeft {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes fadeOut {
  0% {
    visibility: visible;
    transform: translateX(0px);
    opacity: 1;
  }
  100% {
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100px);
  }
}
@keyframes changeWidth5 {
  0% {
    width: 20%;
  }
  100% {
    width: 36%;
  }
}
@keyframes changeWidth6 {
  0% {
    width: 20%;
  }
  100% {
    width: 16%;
  }
}
@keyframes changeWidth7 {
  0% {
    width: 20%;
  }
  100% {
    width: 50vw;
  }
}
@keyframes changeWidth9 {
  0% {
    width: 20%;
  }
  100% {
    width: 12%;
  }
}
@keyframes changeWidth8 {
  0% {
    width: 20%;
  }
  100% {
    width: 50vw;
  }
}
/* 适配 */
/* 适配 */
@media screen and (max-width: 1720px) {
  .container {
    box-sizing: border-box !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
@media screen and (max-width: 1656px) {
  .center .about-wrap-one {
    padding-top: 45px;
  }
}
@media screen and (max-width: 1450px) {
  .header .container .header-right .nav-item > a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1340px) {
  .header .container .header-left {
    width: 30vw;
    margin-right: 5vw;
  }
  .header .container .header-left img {
    max-width: 100%;
  }
  .header .container .header-right .nav-item > a {
    font-size: 16px;
  }
  .header .container .header-right .nav-item .nav-sublist {
    left: 0;
  }
  .header .container .header-right .nav-item .nav-sublist-l .info p:first-child {
    font-size: 20px;
  }
  .header .container .header-right .nav-item .nav-sublist-l .info p:last-child {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
  }
  .header .container .header-right .nav-item .nav-sublist-r p {
    font-size: 20px;
  }
  .header .container .header-right .nav-item .nav-sublist a {
    font-size: 16px;
    padding-top: 1.1vw;
    padding-bottom: 1.1vw;
  }
  .footer-wrap {
    flex-wrap: wrap;
  }
  .footer-wrap .footer-nav-item {
    flex-shrink: 0;
  }
  .footer-wrap .footer-nav-item > a {
    font-size: 18px;
  }
  .footer-wrap .footer-nav-sublist a {
    font-size: 14px;
    line-height: 2;
  }
  .footer-wrap .footer-info {
    padding: 0 4vw;
  }
  .footer-wrap .footer-icon {
    margin-left: 2vw;
  }
  .footer-wrap .footer-icon img {
    width: 50px;
    height: 50px;
  }
  .center .news {
    background-position-x: 55%;
  }
}
@media screen and (max-width: 1200px) {
  .header .container .header-left {
    width: 26vw;
    margin-right: 2vw;
  }
  .footer-wrap .footer-nav {
    flex: auto;
    flex-shrink: 0;
  }
  .footer-wrap .footer-info {
    padding: 0 1vw;
  }
  .footer-wrap .footer-icon {
    display: none;
  }
  .subpage .title .zn {
    font-size: 3vw;
  }
  .subpage .title .en {
    font-size: 16px;
  }
  .subpage .profile {
    margin-top: 5vw;
  }
  .subpage .history-content-item {
    padding: 4vw 2.5vw 1vw;
  }
  .subpage .history-content-item .list {
    width: calc(100% - 40vw);
    margin-top: -10px;
    padding-left: 3.33vw;
  }
  .subpage .history-content-item .list-item {
    padding: 16.5px 0;
    padding-left: 4vw;
    background-position-x: 1.66vw;
  }
  .subpage .history-content-item .list-item P {
    margin-left: 2.5vw;
  }
  .subpage .history-content-item .list-item:hover {
    background: url(../images/history-title-icon-fill.png) no-repeat 1.66vw center;
  }
  .subpage .history-content-item .pic {
    width: 40vw;
  }
  .subpage .history-content-item .time {
    top: 325px;
    font-size: 6vw;
  }
  .subpage .qywh-wrap-l .pic + p {
    font-size: 3vw;
  }
  .subpage .zgs .links-item span {
    font-size: 2vw;
  }
  .subpage .cpfw-item-r-list {
    flex-direction: column;
    margin-top: 20px;
  }
  .subpage .cpfw-item-r-list a {
    width: 100%;
    margin-top: 20px;
  }
  .subpage .center-wrap-r .cpzx-list-item {
    width: 49%;
  }
  .subpage .center-wrap-r .cpzx-list-item:nth-child(4n+1) {
    margin-left: 2%;
  }
  .subpage .center-wrap-r .cpzx-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .dj-one-l, .subpage .dj-one-r {
    width: 49%;
  }
  .subpage .dj-one-l-t .dj-banner,
  .subpage .dj-one-l-t .dj-list {
    float: none;
    width: 100%;
  }
  .subpage .dj-one-l-t .dj-list {
    margin-top: 35px;
  }
  .subpage .dj-one-l-b {
    width: 100%;
    float: left;
    overflow: hidden;
  }
  .subpage .lxwm-item {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 30px;
  }
  .subpage .lxwm-item:nth-child(4n+1) {
    margin-left: 3.5%;
  }
  .subpage .lxwm-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .subpage .lxwm-item-info p {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 1120px) {
  .center .about-wrap-one {
    padding-top: 14px;
  }
}
@media screen and (max-width: 1100px) {
  .header .container .header-right .nav-item > a {
    font-size: 14px;
  }
  .header .container .header-right .nav-item .nav-sublist-l .info p:first-child {
    font-size: 16px;
  }
  .header .container .header-right .nav-item .nav-sublist-l .info p:last-child {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
  }
  .header .container .header-right .nav-item .nav-sublist-r p {
    font-size: 16px;
  }
  .header .container .header-right .nav-item .nav-sublist a {
    font-size: 14px;
  }
  .subpage .center-wrap-r .cpxq-one .pic {
    width: 49%;
  }
  .subpage .center-wrap-r .cpxq-one .info {
    width: 49%;
  }
  .subpage .center-wrap .pic-list2-item {
    width: 31%;
    margin-left: 3.5%;
    margin-bottom: 50px;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(4n+1) {
    margin-left: 3.5%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list2-item .pic {
    height: 20vw;
  }
  .subpage .ryzs-list-item {
    width: 31%;
    margin-left: 3.5%;
  }
  .subpage .ryzs-list-item:nth-child(4n+1) {
    margin-left: 3.5%;
  }
  .subpage .ryzs-list-item:nth-child(3n+1) {
    margin-left: 0;
  }
  .subpage .lhsys-l {
    width: 66%;
  }
  .subpage .lhsys-r {
    width: 30%;
  }
}
@media screen and (max-width: 960px) {
  .subpage .article-l, .subpage .article-r {
    width: 100%;
    float: none;
  }
  .subpage .news-list .news-item {
    min-height: 223px;
    width: 48%;
    padding: 25px 20px 30px;
    margin-left: 4%;
  }
  .subpage .news-list .news-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .subpage .news-list .news-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .news-item.one .pic {
    width: 50%;
  }
  .subpage .news-item.one .content {
    width: 50%;
  }
}
@media screen and (max-width: 924px) {
  .header .container .header-right .nav-item > a {
    white-space: nowrap;
  }
  .header .container .header-right .btn-right {
    width: 8%;
  }
  .footer-wrap .footer-nav {
    margin-bottom: 20px;
  }
  .footer-wrap .footer-info {
    flex: 1;
    padding: 0 5vw;
  }
  .footer-wrap .footer-icon {
    flex: auto;
    display: block;
    text-align: center;
  }
  .footer-wrap .footer-icon a {
    display: block;
  }
  .footer-wrap .footer-icon img {
    width: 30%;
    height: 30%;
  }
  .footer .web-info {
    font-size: 12px;
  }
  .center .news {
    background-position-x: 60%;
  }
  .center .about-wrap-three .link a p {
    width: 30px;
  }
  .center .about-wrap-three .link.active {
    width: 36%;
    animation: changeWidth5 0.5s linear;
  }
  .center .about-wrap-three .link.active a p {
    width: auto;
  }
  .center .about-wrap-three .link.normal {
    animation: changeWidth6 0.5s linear;
  }
  .center .product-wrap .link-item a span {
    top: 40px;
    width: 24px;
  }
  .clkj .footer-nav {
    margin-right: 0;
  }
  .clkj .footer-wrap .footer-info {
    padding: 0 2vw;
    margin-right: 2vw;
  }
  .subpage .lxwm-item {
    width: 48%;
    margin-left: 4%;
  }
  .subpage .lxwm-item:nth-child(3n+1), .subpage .lxwm-item:nth-child(4n+1) {
    margin-left: 4%;
  }
  .subpage .lxwm-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .lxwm-item-info p {
    font-size: 3.246vw;
  }
  .subpage .center-wrap-r .zpxq-item-title {
    padding: 20px 10px;
  }
  .subpage .center-wrap-r .zpxq-item-title span {
    font-size: 16px;
  }
  .subpage .center-wrap-r .zpxq-item-title span:last-child {
    line-height: 16px;
    font-size: 12px;
    padding-right: 14px;
  }
  .subpage .center-wrap-r .zpxq-item.active .zpxq-item-content-info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 858px) {
  .center .about .desc {
    margin-top: 24px;
  }
}
@media screen and (max-width: 820px) {
  .subpage .center-wrap-r .cpzx-list-item {
    width: 100%;
    margin-left: 0;
  }
  .subpage .center-wrap-r .cpzx-list-item:nth-child(4n+1) {
    margin-left: 0%;
  }
  .subpage .center-wrap-r .cpzx-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .clkj.subpage .about-one {
    height: auto;
  }
  .clkj.subpage .about-one .pic,
  .clkj.subpage .about-one .desc {
    width: 100%;
    float: none;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  body.one .menu {
    display: block;
  }
  body.fullpage {
    height: auto !important;
    overflow-y: auto !important;
  }
  body.fullpage.one .subpage .menu {
    display: block;
  }
  .menu {
    display: block;
    top: 20px;
    right: 17px;
  }
  .menu.on {
    top: 10px;
    right: 10px;
  }
  .header {
    display: none;
  }
  .header .container .header-left {
    width: 60vw;
  }
  .header .container .header-right {
    justify-content: flex-end;
  }
  .header .container .header-right .nav {
    display: none;
    padding: 20px 10px;
    width: 40%;
    min-width: 300px;
    height: 100vh;
    overflow-y: auto;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    background: #0075c1;
  }
  .header .container .header-right .nav-item {
    width: 100%;
    color: #fff;
  }
  .header .container .header-right .nav-item:first-child {
    width: 100%;
  }
  .header .container .header-right .nav-item > a {
    height: 50px;
    text-align: left;
    width: 100%;
    font-size: 18px;
    line-height: 50px;
    color: #fff;
    padding-left: 10px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .header .container .header-right .nav-item .nav-sublist {
    width: 100%;
    flex-direction: column;
    opacity: 1;
    top: 0;
    visibility: visible;
    position: static;
    padding: 0 10px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .header .container .header-right .nav-item .nav-sublist-l {
    display: none;
  }
  .header .container .header-right .nav-item .nav-sublist-r {
    width: 100%;
    border: none;
    padding: 10px 0;
  }
  .header .container .header-right .nav-item .nav-sublist-r P {
    display: none;
  }
  .header .container .header-right .nav-item .nav-sublist-r ul {
    margin-top: 0;
  }
  .header .container .header-right .nav-item .nav-sublist a {
    padding: 0;
    padding-left: 16px;
    color: #fff;
    width: 100%;
    font-size: 16px;
    line-height: 40px;
    margin: auto;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .header .container .header-right .nav-item .nav-sublist a:hover {
    border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
  }
  .header .container .header-right .nav-item .nav-sublist a::before {
    background-color: #fff;
  }
  .header .container .header-right .phone {
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    position: fixed;
    background-color: rgba(0, 117, 193, 0.4);
    z-index: 1111;
  }
  .header .container .header-right .phone.on {
    display: block;
  }
  .header .container .header-right .phone.on .nav {
    display: block;
  }
  .header .container .header-right .btn-right {
    gap: 30px;
    width: auto;
  }
  .phone-nav .nav {
    width: 100%;
  }
  .phone-nav .nav-top .phone-logo {
    max-width: calc(100% - 40px);
  }
  .phone-nav .nav-top .close-btn {
    display: none;
  }
  .banner #index-banner .swiper-slide {
    height: 50vh;
  }
  .banner #index-banner .swiper-pagination {
    padding-left: 13vw;
  }
  .banner #index-banner .swiper-pagination span {
    width: 7.81vw;
    min-width: 20px;
  }
  .banner #index-banner .swiper-button-prev,
  .banner #index-banner .swiper-button-next {
    display: none;
  }
  .banner .swiper-number {
    bottom: 24px;
    transform: translateY(20%);
  }
  .banner .swiper-number .current {
    font-size: 6.25vw;
  }
  .banner .swiper-number .total {
    font-size: 3.125vw;
  }
  .center .title .en {
    font-size: 6.3vw;
  }
  .center .title .zn {
    font-size: 4vw;
    margin-top: 2.7vw;
  }
  .center .desc {
    margin-top: 7vw;
  }
  .center .about-wrap-one {
    margin-top: 8vw;
    flex-wrap: wrap;
  }
  .center .about-wrap-one .about-wrap-left {
    width: 100%;
    flex: auto;
  }
  .center .about-wrap-one .about-wrap-right {
    width: 100%;
    flex: auto;
    margin-top: 4vw;
    text-align: center;
  }
  .center .about-wrap-one .about-wrap-right img {
    max-width: 80%;
  }
  .center .about-wrap-two {
    margin-top: 7vw;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .center .about-wrap-two li {
    flex-shrink: 0;
  }
  .center .about-wrap-two li p:first-of-type span:first-of-type {
    font-size: 4.68vw;
  }
  .center .about-wrap-two li p:first-of-type span:last-of-type {
    font-size: 12px;
  }
  .center .about-wrap-two li p:last-of-type {
    font-size: 2.34vw;
  }
  .center .about-wrap-three {
    margin-top: 8vw;
    flex-direction: column;
    height: auto;
    margin-bottom: 8vw;
    gap: 10px;
  }
  .center .about-wrap-three .link {
    width: 100%;
    height: 30vw;
    transition: all 0.5s;
  }
  .center .about-wrap-three .link.active {
    width: 100%;
    animation: none;
  }
  .center .about-wrap-three .link.active a p {
    bottom: 2.7vw;
    left: 2.7vw;
    right: 2.7vw;
    top: 2.7vw;
  }
  .center .about-wrap-three .link.active a p span::before {
    top: -10px;
  }
  .center .about-wrap-three .link.active a p span::after {
    bottom: -10px;
  }
  .center .about-wrap-three .link.normal {
    width: 100%;
    animation: none;
  }
  .center .about-wrap-three .link a p {
    bottom: 2.7vw;
    left: 2.7vw;
    right: 2.7vw;
    top: 2.7vw;
    width: auto;
    font-size: 3.125vw;
  }
  .center .about-wrap-three .link a p span {
    display: block;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .center .news {
    padding: 10vw 0 0;
    background: url(../images/news-bg-l.png) no-repeat bottom center;
    background-size: cover;
  }
  .center .news-left {
    width: 100%;
    margin-top: 4vw;
  }
  .center .news-left .sub-title {
    margin-bottom: 4vw;
  }
  .center .news-left .swiper-slide .img-pic {
    height: 60vw;
  }
  .center .news-right {
    overflow: hidden;
    margin-top: 4vw;
    background: url(../images/news-bg-r.png);
    width: 100vw;
    padding: 4vw 10px 8vw;
    margin-left: -10px;
  }
  .center .news-right .more {
    margin-top: 0;
    margin-bottom: 1vw;
  }
  .center .news-left, .center .news-right {
    float: none;
  }
  .center .news-left .sub-title span, .center .news-right .sub-title span {
    font-size: 3.125vw;
  }
  .center .product {
    padding-bottom: 10vw;
  }
  .center .product-wrap {
    margin-top: 5vw;
    padding-top: 5vw;
  }
  .center .product-wrap .desc {
    margin-top: 10vw;
  }
  .center .product-wrap .link {
    margin-top: 11vw;
  }
  .center .product-wrap .link-wrap {
    flex-direction: column;
    gap: 10px;
    height: auto;
  }
  .center .product-wrap .link-item {
    width: 100%;
    height: 30vw;
    margin-left: 0;
  }
  .center .product-wrap .link-item.active {
    width: 100%;
    animation: none;
  }
  .center .product-wrap .link-item.normal {
    animation: none;
  }
  .center .product-wrap .link-item a span {
    display: block;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    font-size: 3.125vw;
  }
  .center .rk-wrap .name {
    margin-top: 1vw;
  }
  .center .rk-wrap .name P:first-child {
    font-size: 3.125vw;
  }
  .center .rk-wrap .rk-link {
    width: 23.17vw;
    min-width: 132px;
  }
  .center .rk-wrap .rk-link a {
    font-size: 12px;
    width: 8.33vw;
    padding-top: 46px;
    min-width: 46px;
  }
  .center .rk-wrap .rk-link a:first-child, .center .rk-wrap .rk-link a:last-child {
    margin-right: 3.125vw;
  }
  .footer {
    padding-top: 5vw;
  }
  .footer-wrap .footer-nav {
    display: none;
  }
  .footer .web-info {
    padding-top: 2vw;
  }
  .footer .web-info-l, .footer .web-info-r {
    line-height: 30px;
    width: 100%;
    float: none;
    text-align: center;
  }
  .subpage .menu {
    display: block;
  }
  .subpage .location {
    padding: 15px 0;
  }
  .subpage .location-wrap {
    line-height: 1.5;
  }
  .subpage .location-wrap-l, .subpage .location-wrap-r {
    width: 100%;
    float: none;
  }
  .subpage .location-wrap-l {
    border-bottom: 1px solid #eee;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 16px;
    overflow-y: auto;
    white-space: nowrap;
  }
  .subpage .location-wrap-l a {
    font-size: 16px;
    margin: 0 10px 0 5px;
  }
  .subpage .location-wrap-r {
    overflow-y: auto;
    white-space: nowrap;
    font-size: 16px;
  }
  .subpage .location-wrap-r a {
    font-size: 16px;
    margin: 0 8px 0 4px;
  }
  .subpage-top {
    height: 76vw;
  }
  .subpage .title .zn {
    font-size: 26px;
  }
  .subpage .title .en {
    font-size: 16px;
  }
  .subpage .profile-one .desc {
    width: 100%;
    float: none;
    overflow-y: auto;
  }
  .subpage .profile-one .video {
    width: 100%;
    margin-top: 6vw;
    float: none;
  }
  .subpage .profile-two {
    margin-top: 7vw;
    flex-wrap: wrap;
    gap: 4vw;
  }
  .subpage .profile-two li {
    flex-shrink: 0;
  }
  .subpage .profile-two li p:first-of-type span:first-of-type {
    font-size: 4.68vw;
  }
  .subpage .profile-two li p:first-of-type span:last-of-type {
    font-size: 12px;
  }
  .subpage .profile-two li p:last-of-type {
    font-size: 2.34vw;
  }
  .subpage .history {
    height: auto;
  }
  .subpage .history-content.show {
    margin: 10px auto;
  }
  .subpage .history-content-item {
    padding-bottom: 4vw;
  }
  .subpage .history-content-item .list {
    width: 100%;
    margin-top: 4vw;
    height: 40vw;
  }
  .subpage .history-content-item .pic {
    width: 100%;
    height: 300px;
  }
  .subpage .history-content-item .time {
    top: 300px;
    bottom: auto;
    font-size: 8vw;
  }
  .subpage .history-nav .swiper-container {
    background: none;
  }
  .subpage .history-nav .swiper-container .swiper-slide p {
    margin-top: 4vw;
  }
  .subpage .history-nav .swiper-container .swiper-slide p:last-child {
    margin-top: 2.8vw;
  }
  .subpage .history-nav .swiper-container .swiper-slide.swiper-slide-active, .subpage .history-nav .swiper-container .swiper-slide.swiper-slide-next + div {
    transform: translateY(80px);
  }
  .subpage .history-nav .swiper-container .swiper-slide.swiper-slide-active + div {
    transform: translateY(20px);
  }
  .subpage .qywh-wrap .title .icon {
    margin-bottom: 4vw;
  }
  .subpage .qywh-wrap-l {
    width: 100%;
    float: none;
  }
  .subpage .qywh-wrap-l .pic + p {
    font-size: 3vw;
  }
  .subpage .qywh-wrap-r {
    margin-top: 6vw;
    width: 100%;
    float: none;
  }
  .subpage .zgs .links-item span {
    font-size: 2vw;
  }
  .subpage .cpfw {
    margin-top: 6vw;
  }
  .subpage .cpfw-wrap {
    margin-top: 6vw;
  }
  .subpage .cpfw-item {
    width: 100%;
    float: none;
  }
  .subpage .lxwm {
    margin-top: 6vw;
  }
  .subpage .lxwm-wrap {
    margin-top: 6vw;
  }
  .subpage .join-wrap-one .join-list {
    display: block;
  }
  .subpage .join-wrap-one .join-list-item {
    width: 100%;
  }
  .subpage .join-wrap-one .join-list-item P {
    font-size: 16px;
  }
  .subpage .join-wrap-one .join-list-item P:first-child {
    font-size: 3vw;
  }
  .subpage .join-wrap-one .join-list-item:last-child {
    margin-top: 6vw;
  }
  .subpage .join-wrap-two .desc {
    font-size: 16px;
  }
  .subpage .center-wrap {
    margin-top: 6vw;
    margin-bottom: 8vw;
  }
  .subpage .center-wrap-l, .subpage .center-wrap-r {
    width: 100%;
    float: none;
  }
  .subpage .center-wrap-l .left-nav-title {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
  }
  .subpage .center-wrap-l .left-nav-item {
    height: auto;
  }
  .subpage .center-wrap-l .left-nav-item a {
    line-height: 1.5;
    padding: 10px 0 10px 30px;
  }
  .subpage .center-wrap-r .cpzx-list-item {
    width: 49%;
  }
  .subpage .center-wrap-r .cpzx-list-item:nth-child(2n) {
    margin-left: 2%;
  }
  .subpage .center-wrap-r .cpxq-one {
    margin-top: 8vw;
  }
  .subpage .center-wrap-r .cpxq-one .pic {
    width: 45%;
  }
  .subpage .center-wrap-r .zpxq-list {
    margin-top: 6vw;
  }
  .subpage .center-wrap-r .zpxq-item-title {
    padding: 20px 10px;
  }
  .subpage .center-wrap-r .zpxq-item-title span {
    font-size: 16px;
  }
  .subpage .center-wrap-r .zpxq-item-title span:last-child {
    line-height: 16px;
    font-size: 16px;
    padding-right: 20px;
  }
  .subpage .center-wrap-r .zpxq-item.active .zpxq-item-title {
    padding: 20px 10px;
  }
  .subpage .center-wrap-r .zpxq-item.active .zpxq-item-content {
    margin: 0 10px;
    padding-top: 4vw;
    padding-bottom: 8vw;
  }
  .subpage .center-wrap-r .zpxq-item.active .zpxq-item-content-info p {
    font-size: 16px;
  }
  .subpage .center-wrap .cxpt .desc {
    margin-top: 4.9vw;
    font-size: 16px;
    margin-bottom: 6vw;
  }
  .subpage .center-wrap .pic-list-item {
    width: 48%;
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list-item .pic {
    height: 28.3vw;
  }
  .subpage .center-wrap .pic-list-item p {
    padding: 10px 20px;
    font-size: 16px;
  }
  .subpage .center-wrap .jsfw .link {
    margin-top: 8vw;
  }
  .subpage .center-wrap .jsfw .link-wrap {
    flex-direction: column;
    height: auto;
    gap: 10px;
  }
  .subpage .center-wrap .jsfw .link-item {
    width: 100%;
    height: 30vw;
    margin-left: 0;
  }
  .subpage .center-wrap .jsfw .link-item.active {
    width: 100%;
    animation: none;
  }
  .subpage .center-wrap .jsfw .link-item.normal {
    width: 100%;
    animation: none;
  }
  .subpage .center-wrap .jsfw .link-item a span {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    bottom: auto;
    width: 100%;
    font-size: 3.125vw;
    line-height: 3.125vw;
  }
  .subpage .center-wrap .pic-list2-item {
    width: 48%;
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(4n+1), .subpage .center-wrap .pic-list2-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list2-item .pic {
    height: 31vw;
  }
  .subpage .center-wrap .pic-list2-item p {
    font-size: 16px;
  }
  .subpage#dj ::-webkit-scrollbar-thumb {
    background-color: #e60012;
  }
  .subpage#dj .subpage-top img:last-child {
    max-width: 90%;
  }
  .subpage#dj .title .zn {
    margin-top: 0;
    font-size: 20px;
  }
  .subpage#dj .title .more {
    margin-top: 6px;
    font-size: 16px;
  }
  .subpage .dj-list li {
    font-size: 16px;
  }
  .subpage .dj-list li a {
    font-size: 16px;
  }
  .subpage .dj-one-r, .subpage .dj-one-l {
    width: 100%;
    float: none;
  }
  .subpage .dj-one-l {
    height: auto;
  }
  .subpage .dj-one-l-t, .subpage .dj-one-l-b {
    float: none;
  }
  .subpage .dj-one-l-b {
    margin-top: 6vw;
    position: relative;
    padding-bottom: 40px;
  }
  .subpage .dj-one-l-b .title ul:last-child {
    width: 100%;
    float: none !important;
    position: absolute;
    bottom: 0;
  }
  .subpage .dj-one-l-b .title ul:last-child .more {
    width: 100px;
    height: 30px;
    margin: auto;
    background-color: #e60012;
    color: #fff !important;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
  }
  .subpage .dj-one-r {
    margin-top: 8vw;
  }
  .subpage .dj-one-r .pic {
    width: 80%;
    margin: auto;
    margin-bottom: 4vw;
  }
  .subpage .dj-two {
    margin-top: 8vw;
  }
  .subpage .ryzs-list-item {
    width: 48%;
    margin-left: 4%;
  }
  .subpage .ryzs-list-item:nth-child(4n+1), .subpage .ryzs-list-item:nth-child(3n+1) {
    margin-left: 4%;
  }
  .subpage .ryzs-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .ryzs-list-item P {
    font-size: 16px;
  }
  .subpage .lhsys-l, .subpage .lhsys-r {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .subpage .lhsys-l {
    margin-top: 8vw;
  }
  .subpage .lhsys-l li {
    flex-wrap: wrap;
  }
  .subpage .lhsys-l li a,
  .subpage .lhsys-l li .label {
    max-width: 100%;
    font-size: 16px;
  }
  .subpage .lhsys-r {
    height: auto;
  }
  .subpage .article {
    margin-top: 4vw;
  }
  .subpage .article-l-title {
    overflow: visible;
    word-wrap: normal;
    white-space: normal;
    text-overflow: ellipsis;
    font-size: 24px;
  }
  .subpage .article-l-content {
    margin-top: 4.6vw;
    padding-top: 6vw;
  }
  .subpage .article-r-title {
    margin-top: 7.5vw;
  }
  .subpage .article-r-list li a {
    font-size: 16px;
  }
  .subpage .news {
    padding: 4vw 0 4vw;
  }
  .subpage .news-list .news-item {
    margin-top: 6vw;
  }
  .subpage .news-list .news-item p {
    font-size: 16px;
  }
  .subpage .news-list .news-item p:nth-child(2) {
    font-size: 20px;
  }
  .subpage .news-item.one .pic,
  .subpage .news-item.one .content {
    float: none;
    width: 100%;
  }
  .subpage .news-item.one .pic {
    height: 64vw;
  }
  .subpage .news-item.one .content a {
    font-size: 16px;
  }
  .subpage .news-item.one .content a.title {
    font-size: 20px;
  }
  .subpage .xxgk .news-list .news-item {
    margin-bottom: 6vw;
    padding: 20px 15px 40px;
    min-height: 208px;
  }
  .subpage #zpxq .center-wrap-l {
    display: none;
  }
  .clkj.subpage .location-wrap-l, .clkj.subpage .location-wrap-r {
    width: 100%;
    float: none;
  }
  .clkj.subpage .location-wrap-l {
    border-bottom: 1px solid #eee;
    padding-bottom: 2vw;
    margin-bottom: 2vw;
    font-size: 16px;
  }
  .clkj.subpage .location-wrap-l a {
    font-size: 16px;
    margin: 0 10px 0 5px;
  }
  .clkj.subpage .location-wrap-r {
    font-size: 16px;
  }
  .clkj.subpage .location-wrap-r a {
    font-size: 16px;
    margin: 0 8px 0 4px;
  }
  .clkj.subpage .about .title .zn {
    font-size: 26px;
  }
  .clkj.subpage .about-one {
    margin-top: 6vw;
  }
  .clkj.subpage .about-one .desc-info {
    margin-top: 6vw;
  }
  .clkj.subpage .about-one .desc-info p {
    font-size: 16px;
  }
}
@media screen and (max-width: 600px) {
  .subpage .lxwm-item {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .subpage .lxwm-item-info {
    padding: 10px 40px;
  }
  .subpage .lxwm-item-info p {
    font-size: 20px;
    padding: 30px 0;
  }
  .subpage .lxwm-item-info a {
    font-size: 16px;
    padding: 20px 0;
  }
  .subpage .lxwm-item-b {
    padding: 10px;
  }
  .subpage .lxwm-item-b p {
    font-size: 16px;
    line-height: 1.5;
  }
  .subpage .news-list .news-item {
    float: none;
    width: 100%;
    margin-left: 0%;
  }
  .subpage .news-list .news-item:nth-child(3n+1), .subpage .news-list .news-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .news-item.one .pic,
  .subpage .news-item.one .content {
    float: none;
    width: 100%;
  }
  .subpage .news-item.one .pic {
    height: 64vw;
  }
  .subpage .news-item.one .content {
    padding: 3.125vw;
  }
  .subpage .news-item.one .content .btn {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 520px) {
  .center .title .en {
    font-size: 32px;
  }
  .center .title .zn {
    font-size: 20px;
  }
  .center .desc {
    margin-top: 7vw;
    font-size: 16px;
  }
  .center .about-wrap-two li {
    width: calc(50% - 20px);
    flex-shrink: 0;
  }
  .center .about-wrap-two li p:first-of-type span:first-of-type {
    font-size: 24px;
  }
  .center .about-wrap-two li p:last-of-type {
    font-size: 14px;
  }
  .center .about-wrap-three .link a p {
    font-size: 18px;
  }
  .center .news-left .sub-title span, .center .news-right .sub-title span {
    font-size: 18px;
  }
  .center .news-left .swiper-slide .info .title,
  .center .news-left .swiper-slide .info .time {
    font-size: 16px;
  }
  .center .news-right .gsgg li .text,
  .center .news-right .gsgg li .time {
    font-size: 16px;
  }
  .center .product-wrap .link-item a span {
    font-size: 18px;
  }
  .center .rk-wrap .name {
    margin-top: 1vw;
  }
  .center .rk-wrap .name P {
    font-size: 14px;
  }
  .center .rk-wrap .name P:first-child {
    font-size: 18px;
  }
  .center .rk-wrap .rk-link {
    width: 23.17vw;
    min-width: 132px;
  }
  .center .rk-wrap .rk-link a {
    font-size: 12px;
    width: 8.33vw;
    padding-top: 46px;
    min-width: 46px;
  }
  .center .rk-wrap .rk-link a:first-child, .center .rk-wrap .rk-link a:last-child {
    margin-right: 3.125vw;
  }
  .footer-wrap .footer-info {
    flex: auto;
  }
  .footer-wrap .footer-info a img {
    max-width: 100%;
  }
  .footer-wrap .footer-info p {
    font-size: 14px;
    line-height: 2;
  }
  .footer-wrap .footer-icon {
    margin-left: 0;
    margin-top: 4vw;
  }
  .footer-wrap .footer-icon img {
    width: 60px;
    height: 60px;
  }
  .footer .web-info {
    margin-top: 4vw;
  }
  .clkj .center .title .en,
  .ajs .center .title .en {
    font-size: 24px;
  }
  .clkj .center .title .zn,
  .ajs .center .title .zn {
    margin-top: 20px;
  }
  .clkj .center .news-content-l .swiper-slide .text,
  .ajs .center .news-content-l .swiper-slide .text {
    padding-left: 4vw;
  }
  .clkj .center .news-content-l .swiper-pagination,
  .ajs .center .news-content-l .swiper-pagination {
    width: 100px;
  }
  .clkj .center .news-content-l .swiper-pagination .swiper-pagination-bullet,
  .ajs .center .news-content-l .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .clkj .center .news-content-l .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active,
  .ajs .center .news-content-l .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 16px;
  }
  .clkj .center .news-content-r .list-item,
  .ajs .center .news-content-r .list-item {
    padding: 16px;
  }
  .clkj .center .news-content-r .list-item .date p:first-child,
  .ajs .center .news-content-r .list-item .date p:first-child {
    font-size: 24px;
  }
  .clkj .center .news-content-r .list-item .date p:last-child,
  .ajs .center .news-content-r .list-item .date p:last-child {
    font-size: 14px;
    margin-top: 7px;
  }
  .clkj .center .news-content-r .list-item .info p:first-child,
  .ajs .center .news-content-r .list-item .info p:first-child {
    font-size: 16px;
  }
  .clkj .center .news-content-r .list-item .info p:last-child,
  .ajs .center .news-content-r .list-item .info p:last-child {
    margin-top: 14px;
    font-size: 14px;
  }
  .clkj .footer-wrap .footer-info p,
  .ajs .footer-wrap .footer-info p {
    font-size: 12px;
  }
  .clkj .footer .top-btn,
  .ajs .footer .top-btn {
    right: 10px;
  }
  .clkj .web-info,
  .ajs .web-info {
    font-size: 12px;
  }
  .ajs .center-one {
    padding: 8vw 0 14vw;
  }
  .ajs .center-one-wrap .content-wrap-item .pic {
    width: 100%;
  }
  .ajs .center-one-wrap .content-wrap-item .info {
    left: 0;
    margin: auto;
    width: 90%;
  }
  .ajs .center-one-wrap .content-wrap-item .info P:first-child {
    font-size: 20px;
  }
  .ajs .center-one-wrap .content-wrap-item .info P:last-child {
    font-size: 14px;
  }
  .ajs .center .notice {
    padding: 5vw 0;
  }
  .ajs .center .notice-nav {
    flex-wrap: wrap;
    height: auto;
  }
  .ajs .center .notice-nav li {
    width: 48%;
    margin: 20px 1% 0;
    min-width: 23%;
    font-size: 16px;
  }
  .ajs .center .notice-list-item .time {
    font-size: 12px;
  }
  .ajs .center .notice-list-item .text {
    max-width: calc(100% - 174px);
  }
  .ajs .footer-info {
    padding: 0;
  }
  .ajs .footer-info p {
    margin-top: 1vw;
    font-size: 16px;
  }
  .ajs.subpage .map-info {
    flex-direction: column;
    align-items: center;
  }
  .ajs.subpage .map-info li {
    width: 100%;
    border-left: none;
  }
  .ajs.subpage .map-info li p:last-child {
    font-size: 20px;
  }
  .ajs.subpage .about .title .zn {
    font-size: 20px;
  }
  .subpage .location {
    font-size: 16px;
  }
  .subpage .center .title .zn {
    margin-top: 0;
  }
  .subpage .center .title .en {
    font-size: 14px !important;
    line-height: 1.5;
    margin-top: 10px !important;
  }
  .subpage .center .profile-one .desc {
    font-size: 16px;
  }
  .subpage .center .profile-one .video {
    height: 70vw;
  }
  .subpage .center .profile-two li {
    width: calc(50% - 20px);
    flex-shrink: 0;
  }
  .subpage .center .profile-two li p:first-of-type span:first-of-type {
    font-size: 24px;
  }
  .subpage .center .profile-two li p:last-of-type {
    font-size: 14px;
  }
  .subpage .history-wrap {
    margin-top: 8vw;
  }
  .subpage .history-content-item .list-item {
    padding: 10px 0;
    padding-left: 30px;
    background-position-x: 10px;
    font-size: 16px;
  }
  .subpage .history-content-item .list-item P {
    max-width: calc(100% - 60px);
  }
  .subpage .history-content-item .list-item:hover {
    background-position-x: 10px;
  }
  .subpage .history-content-item .list-item:hover span {
    font-size: 18px;
  }
  .subpage .history-content-item .list-item:hover P {
    max-width: calc(100% - 60px);
  }
  .subpage .history-content-item .time {
    font-size: 40px;
    top: 47vw;
    left: 10px;
  }
  .subpage .history-content-item .pic {
    height: 50vw;
  }
  .subpage .history-nav .swiper-container {
    padding-top: 0;
  }
  .subpage .history-nav .swiper-container .swiper-slide .pic {
    width: 60px;
    height: 60px;
  }
  .subpage .history-nav .swiper-container .swiper-slide .pic img {
    max-width: 30px;
  }
  .subpage .history-nav .swiper-container .swiper-slide p {
    font-size: 18px;
  }
  .subpage .history-nav .swiper-container .swiper-slide.swiper-slide-active, .subpage .history-nav .swiper-container .swiper-slide.swiper-slide-next + div {
    transform: translateY(40px);
  }
  .subpage .history-nav .swiper-container .swiper-slide.swiper-slide-active + div {
    transform: translateY(0px);
  }
  .subpage .qywh-wrap-r .img-list .pic {
    width: 100% !important;
  }
  .subpage .zgs .links {
    display: block;
  }
  .subpage .zgs .links-item {
    width: 100%;
  }
  .subpage .zgs .links-item span {
    font-size: 4.5vw;
  }
  .subpage .zgs .links-item:last-child {
    margin-top: 6vw;
  }
  .subpage .cpfw-item {
    margin-top: 4vw;
    min-height: 100%;
  }
  .subpage .cpfw-item-r, .subpage .cpfw-item-l {
    float: none;
  }
  .subpage .cpfw-item-r {
    width: 100%;
    min-height: 100%;
  }
  .subpage .cpfw-item-l {
    width: 100%;
    height: 60vw;
    min-height: 60vw;
  }
  .subpage .cpfw-item-l img {
    min-height: 100%;
  }
  .subpage .join {
    margin-top: 6vw;
    margin-bottom: 8vw;
  }
  .subpage .join-wrap-one .join-list {
    margin-top: 6vw;
  }
  .subpage .join-wrap-one .join-list-item P:first-child {
    font-size: 20px;
  }
  .subpage .join-wrap-two {
    margin-top: 8vw;
  }
  .subpage .join-wrap-two .title-bg {
    font-size: 20px;
  }
  .subpage .center-wrap-l .left-nav-item a {
    font-size: 16px;
  }
  .subpage .center-wrap-l .left-info p {
    font-size: 16px;
  }
  .subpage .center-wrap-l .left-info p:first-child {
    font-size: 20px;
    line-height: 24px;
  }
  .subpage .center-wrap-r .cpxq .info-title span {
    font-size: 18px;
  }
  .subpage .center-wrap-r .cpxq-one {
    margin-top: 8vw;
  }
  .subpage .center-wrap-r .cpxq-one .pic,
  .subpage .center-wrap-r .cpxq-one .info {
    width: 100%;
    float: none;
  }
  .subpage .center-wrap-r .cpxq-one .pic {
    margin-top: 4vw;
  }
  .subpage .center-wrap-r .cpxq-one .info {
    font-size: 16px;
  }
  .subpage .center-wrap-r .cpxq-one .info p:first-child {
    font-size: 20px;
  }
  .subpage .center-wrap-r .cpxq-one .info p:nth-child(2) {
    font-size: 14px;
  }
  .subpage .center-wrap-r .cpxq-two p, .subpage .center-wrap-r .cpxq-three p, .subpage .center-wrap-r .cpxq-four p, .subpage .center-wrap-r .cpxq-five p, .subpage .center-wrap-r .cpxq-last p {
    font-size: 16px;
  }
  .subpage .center-wrap .pic-list-item {
    width: 100%;
    margin-left: 0%;
  }
  .subpage .center-wrap .pic-list-item:nth-child(3n+1), .subpage .center-wrap .pic-list-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list-item .pic {
    height: 58vw;
  }
  .subpage .center-wrap .pic-list-item p {
    padding: 20px;
    font-size: 16px;
  }
  .subpage .center-wrap .jsfw .link-item a span {
    font-size: 18px;
    line-height: 18px;
  }
  .subpage .center-wrap .pic-list2-item {
    width: 100%;
    margin-left: 0%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(4n+1), .subpage .center-wrap .pic-list2-item:nth-child(3n+1) {
    margin-left: 0%;
  }
  .subpage .center-wrap .pic-list2-item:nth-child(2n+1) {
    margin-left: 0;
  }
  .subpage .center-wrap .pic-list2-item .pic {
    height: 64vw;
  }
  .subpage .center-wrap .pic-list2-item p {
    font-size: 16px;
    padding: 60px 20px 20px;
  }
  .subpage .dj-one-r {
    margin-top: 8vw;
  }
  .subpage .dj-one-r .pic {
    width: 100%;
    height: auto;
  }
  .subpage .ryzs-list {
    margin-top: 8vw;
  }
  .subpage .ryzs-list-item {
    width: 90%;
    margin: 0 auto 50px;
  }
  .subpage .ryzs-list-item:nth-child(4n+1), .subpage .ryzs-list-item:nth-child(3n+1), .subpage .ryzs-list-item:nth-child(2n+1) {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 450px) {
  .subpage .dj-two .swiper-container{
    width:90%;
    margin:auto;
  }
  .subpage .center-wrap-r .cpzx-list-item {
    width: 100%;
  }
  .subpage .center-wrap-r .cpzx-list-item:nth-child(2n) {
    margin-left: 0;
  }
  .subpage .center-wrap-r .cpxq-three .info-content {
    display: block;
  }
  .subpage .center-wrap-r .cpxq-three .info-content p {
    width: 100%;
  }
  .subpage .center-wrap-r .zpxq-item-title span {
    font-size: 14px;
  }
  .subpage .center-wrap-r .zpxq-item-title span:last-child {
    line-height: 14px;
    font-size: 12px;
    padding-right: 20px;
  }
  .subpage .center-wrap-r .zpxq-item.active .zpxq-item-content-info p {
    font-size: 14px;
  }
  .subpage .lhsys-l li .label {
    padding: 5px;
    padding-left: 13px;
  }
  .subpage .lhsys-l li a {
    padding: 5px;
    padding-left: 13px;
  }
}/*# sourceMappingURL=index.css.map */